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
In this blog, we shall see how to create drilldown on card widget in Helical Insight. In order to apply the customization script, click on the Customize button on the report create or report edit page. Double click on the Drilldown icon to open the following modal window. Select whether you want to open the
Read More
In this blog, we shall see how to add a mutliselect checkbox as an input parameter on the dashboard designer in Helical Insight. The checkbox option will work with only multiselect filters. Hence, at the report level, select “Is One Of” or “Is not One Of” option in the Filter Condition. In order to add
Read More
In this blog, we will see how to add static line in axis charts. This will work on most of the axis chart like bar, line, area line, area spline, stacked etc and the steps to be followed are the same. In case if we need to add static line to axis charts in order
Read More
Problem Statement: Whenever there is a huge data in Select2 input control, the dashboard/report freezes for sometime or takes time to respond back i.e., when clicked on Select2, it takes lots of time to open and display the dropdown values. Solution: In order to handle huge data in Select2 input control, which has Infinite scroll,
Read More
In this blog we are going to learn how to implement inter panel communication on charts i.e. clicking on one chart the other panels of the dashboard should get updated. In case if you want to implement inter panel communication on table you should refer to this blog For using Inter-panel communication functionality, user needs
Read More
In the below blog we will cover the steps to migrate your Helical Insight application from older version to version 4.0. Before starting the migration, please take the backup of following files/folders. Helical Insight Repository (which contains all reports, dashboard, metadata and other work related files). Take the backup of entire Helical Insight repository folder
Read More
This blog describes the various attributes of the session variables that can be used in the view of the metadata of Helical Insight. There are four session variables in Helical Insight: user, org, profile and role. The various attributes for each of these are as follows: user: These are attributes related to the users that
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