This blog gives details about the filter expressions that can be used in the dynamic query view on the metadata page of Helical Insight. Dynamic queries allow the report level filters to be used in the view to generate the query based on those filters. Filters can be accessed by using the ${filter} notation. Filter
Read More
In this blog, we have given details of all the formData expressions that can be used in the dynamic query view. Dynamic query essentially implies that the query is generated at runtime depending on the user inputs.This can be achieved by adding a dynamic logic/groovy script using which end user can use the filters, formdata
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
When you install Helical Insight it comes already loaded with many database drivers. Now in certain cases you may not be able While connecting to different databases, you need to add its JDBC4 driver in the Helical Insight Driver Folder. To add the JDBC4 Driver, please follow blow mentioned steps. Step 1: Download the JDBC4
Read More
Objective of this blog is to discuss how we can add the scrolling text from right to left anywhere in the ad-hoc report or dashboard in Helical insight as shown below. How to Add Scrolling Text in Dashboard in Helical Insight Application...! The detailed description to achieve the above discussed objective is documented follows: STEPS:
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.
Read More
There are various settings and customization related to Helical Insight which one can do by making changes in the settings.xml present in the back-end directory. Thus, the brief about various settings present in the setting.xml file is documented below: Location of settings.xml file: “..\hi\hi-repository\System\Admin” Note: The above path might change based on where you have installed it.
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 datasources based on certain condition. For example : In healthcare industry the data of the hospital can not go outside the hospital premises. In that case, based
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