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
Migrate Helical Insight To Version 4.0 From Older Version
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
Helical Insight supports various relational, columnar, NoSQL databases as well as flat files. This blog shows how to connect to MS Access in Helical Insight. Step 1:Go to the Datasources page and click on MS Access. You will be prompted to download the relevant database driver. Download the driver from the link on our blog
Read More
Helical Insight application is having validations on each and every page and actions. This blog elaborates how you can disable those validations, change the messages etc related to validations. The validation logic which is needed to validate different inputs and modules in Helical Insight can be configured in Validation.xml file. <p.‘Validation.xml file’ is located at
Read More
Requirement: Java 1.7+ Download Helical Insight 2.0 executable and save it in your desired location. In order to install hi-ee using command line 1. Open command prompt (windows) or / terminal (linux and MAC). 2. Go to the location where you have saved Helical Insight 2.0 via terminal/command prompt. Type “java -jar helicalinsight-ee-2.0.0.6954 RC1”. (name
Read More
We can access report created using Helical Insight application publicly through URL: To get URL of the report you have to follow below steps: 1. Open the file browser and search for the report/dashboard you want to share publicly. 2. Right click on the report/dashboard and open it in a new window. This way you
Read More
In the below blog we will cover the steps to migrate your Helical Insight application to version 3.0. Before starting the migration, please take the backup of following files/folders. 1. Helical Insight Repository (which contains all reports, dashboard, metadata and other work related files) Path in Windows: “..\hi\hi-repository” Path in Linux: “../hi/hi-repository” 2. Take backup
Read More
Introduction What is SSO ?: Single sign-on (SSO) is an authentication process that allows a user to access multiple applications with one set of login credentials. This guide helps you to implement the single sign-on (SSO) using custom token-based authentication, this will results in a user being able to log in to Helical Insight application based
Read More
Helical Insight provides a user the flexibility to apply database functions on different data formats like Text, numeric, date, time, date-time, etc. Following are the steps to apply database functions. In the below blog we have shown the steps to apply a single function. But you can also apply multiple nested functions also like outside
Read More