Open Source BI product Helical Insight is a responsive application and charts are responsive. When you create a tabular report which has many columns, it automatically reduces width of every column so that it fits the screen. This can become difficult to view when the number of rows being used are more. But From version
Read More
We are releasing Open Source BI product Helical Insight version 5.2 (5.2.0.1473 GA) in May 2024. In this blog we are going to talk about what all are the new features which have been added as compared to version 5.1 (i) New Database support: With every new version of Helical Insight, we continue to add
Read More
In previous blog, we have learned about how to use Date filter in Open Source BI Helical Insight application version 5 with different options like In Between, in Range, Equals, Greater Than, Less Than, Greater Than Equal to, Less Than Equal to etc. Helical Insight allows to pass filter name and filter values also directly
Read More
Map visualization enables users to analyze and understand spatial data in visual format.Map in Helical Insight tool allows user to represent geographic data, by plotting data points on maps which might remain hidden in tabular data. Prerequisites to work with Map visualization in HI version 5.1.0 : 1. To generate map visualization we need GeoJSON
Read More
If a CrossTab has more than one row/column group level, then this functionality give control to the user to specify whether or not to enable the CrossTab to be expanded at runtime, and set the default expanding/collapsing state of groups in the outer level. This functionality is available in CrossTab property and which is applicable
Read More
After release Helical Insight 4.1 GA, there were many more functionalities which were expected by end customers on the canned reporting module for which custom patches were deployed. In this blog we are going to cover about those custom patches and using them as well as what does that custom patch do. 1. Excel continuously
Read More
This article shows how to apply page break in group footer which is used to display totals at the group level. A Page Break or hard page break is a code inserted by a software program (e.g., word processor) telling the printer where to end the current page and begin the next. To add a
Read More
This article shows different ways in which we can replace Null values by blank. One in the query, second in Text field properties and third in the Typography box by using Javascript. In the datasource page, we can use COALESCE function to replace NULL values with the required value. Second way is to Check the
Read More
In this article, we will learn how to prevent splitting of rows Helical Insight exported canned report Learn effective techniques to prevent the splitting of records in your helical exported reports. Our comprehensive blog provides step-by-step instructions and valuable insights to ensure seamless data presentation. Say goodbye to record-splitting woes and optimize your reporting process
Read More
Note : Enable SSO in helical Insight before calling SSO post request https://www.helicalinsight.com/implementing-single-sign-sso-helical-insight-application/ If we want to create a sso user using ajax post request, we should call the request as mentioned below Sample code for calling sso code with post request : url : Helical Insight BI URL authToken : SSO token var settings
Read More