We are creating a custom drill down function using java script code , we will explain drill down for pie chart as well as Tabular report. Follow below steps in order to creating custom drill down functionality with child dashboard. Step 1: – Create a Parent Report and apply a filter as per your requirements.
Read More
In this blog, we shall see how to add the back button in a report. If you have implemented drill down in the mode “Open in Same Tab/current tab” then in the child report you will have to add a back button. Clicking on the back button will open the parent report once again. For
Read More
Sometimes, you may want to modify the query generated for a report based on the input parameters selected by end user. Different filter values may trigger different queries in such cases. To achieve this easily, dynamic query view feature has been added at metadata level in Helical Insight. What is dynamic query? Dynamic query essentially
Read More
This blog gives details about the filter expressions that can be used in the dynamic query view on the metadata page of Helical Insight. Dynamic queries allow the report level filters to be used in the view to generate the query based on those filters. Filters can be accessed by using the ${filter} notation. Filter
Read More
In this blog, we have given details of all the formData expressions that can be used in the dynamic query view. Dynamic query essentially implies that the query is generated at runtime depending on the user inputs.This can be achieved by adding a dynamic logic/groovy script using which end user can use the filters, formdata
Read More
Helical Insight has application level cache which aids in performance enhancement. By default application level cache is set to be 24 hours which can be configured by editing the cache.xml file. That means any report or dashboard data whcih has been cached remains in cache for 24 hours. Click here to learn how to edit
Read More
When you install Helical Insight it comes already loaded with many database drivers. Now in certain cases you may not be able While connecting to different databases, you need to add its JDBC4 driver in the Helical Insight Driver Folder. To add the JDBC4 Driver, please follow blow mentioned steps. Step 1: Download the JDBC4
Read More
According to Forrester blog a typical BI tool costs $1,50,000/- and ETL costs about the same. Services, hardware and implementation.
Read More
A lot of coding best practices emphasize keeping code lean and well organized. The general practices within HTML are no different.
Read More