This blog is relevant to version 4.1 or older version of Helical Insight Enterprise version. Rounding Decimal Values in Card Widget Using JS Post-Fetch Method in Helical Insight Application Open the application create a sample card visualization To apply rounding functionality using js post fetch method Open the editor and paste the below script hi_container.set("postFetch",function(c){
Read More
Users can now directly use flat files like CSV, JSON, Parquet, TSV, Avro and Sequence Files which are uploaded in AWS S3 instance and using the same they can create reports/dashboards inside Helical Insight. Following steps need to be followed. Step 1: Download, install and start Apache Drill. To learn How to Install Drill. Step
Read More
Introduction: Helical Insight metadata connects with a database which is predefined. Now there might be certain cases in which we would like the metadata to connect to different data sources based on certain condition, for example, different organization etc. Here we have explained how the metadata is connected to different data sources based on logged
Read More
NOTE: This blog is relevant to version 3.0, 3.1, 4.0 and 4.1 of Helical Insight and will not work for any other version. You can know the version from the bottom left (above file browser) or from the admin page. By default there is a page which appears when a user login as administrator or
Read More
By default Helical Insight is accessible using IPaddress:portnumber/applicationextension like 192.169.2.164:8085/hi-ee/. In this document, we have tried to cover one of the use cases of providing sub-domain name instead of IP address or localhost like using login.abc.com rather than the actual IPaddress. Open the file server.xml which is present at the location given below: Location:: \hi\apache-tomcat-7\conf
Read More
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
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
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