Authentication Token requirements for SSO with HI application Token Format: Company=<tenant_name>|username=<username>|role=<role1,role2..>|profilename1=<profilevalue1,profilevalue2>|profilename2=<profilevalue3,profilevalue4>expTime=<timestamp> Company=<organization_name>|username=<username>|role=<role1,role2..> |expTime=<timestamp> Token mainly comprises of 5 parts separated by a “|” (pipe separator). Token Encryption Token generated in the given format, has to be encrypted to make it secure. Chosen Encryption Algorithm details: Algorithm – AES Mode – ECB Padding – PKCS5Padding Secret
Read More
There are various methods of integrating Helical Insight. One of the methods is using object tag which we would be discussing here. Following are the steps to achieve : Create a report or dashboard using Helical Insight which you want to integrate. Right click on the report or dashboard and open it in a new
Read More
There are various methods of integrating Helical Insight. One of the methods is using embed tag which we would be discussing here. Following are the steps to achieve : Create a report or dashboard using Helical Insight which you want to integrate. Right click on the report or dashboard and open it in a new
Read More
For the Bubble Chart, apart from the standard chart customizations, there is a script which helps the user to customize the color of the chart based on the value. Step 1: Create a report with Bubble chart visualization. Step 2: Double Click on the “Set Bubble Chart Colour” button. A popup will appear. Step 3:
Read More
For the Circle Packing Chart, apart from the standard chart customizations, there is a script which helps the user to customize the color of the chart based on the value. Step 1: Create a report with Circle Packing chart visualization. Step 2: Double Click on the “Set Chart Colour” button. A popup will appear. Step
Read More
For the Sunburst Chart, apart from the standard chart customizations, there is a script which helps the user to customize the color of the chart based on the value. Step 1: Create a report with Sunburst chart visualization. Step 2: Double Click on the “Set Chart Colour” button. A popup will appear. Step 3: Click
Read More
Helical Insight offers out-of-the-box customization scripts. Some customizations such as report background, header, footer, heading, tooltip etc. are common for all chart types. However, there are other unique chart customization scripts based on the type of chart that has been chosen. Detailed steps to customize Dendogram charts are given in this blog. Create a Report
Read More
In this blog we are listing down the supported database drivers and relevant dependecy jar files, if any. Some of the databases are well tested but we are not able to include within the application by defaul because of CopyLeft/GPL etc kind of licensing issues. Hence you can download from here, then upload and start
Read More
A lot of NoSQL and non-relational databases (like Mongo, Elastic Search etc) are able to store the data in the form of arrays, JSON and objects. In many cases, we would like to access this unstructured data for creating reports like bursting, flattening, finding key values etc. There are a couple of options which Helical
Read More
It is possible to use MongoDB with Open Source BI product Helical Insight. There are two methods via which we can use Mongo inside Helical Insight. Method 1 : Via Dremio Method 2: Via Drill. Read on to learn how to connect via Apache Drill. Users can connect to MongoDB in Helical Insight via Apache
Read More