In this blog, we will see how to set the header for report in Helical Insight. This customization will work for all the charts. Please note that there are also option of adding Header even at dashboard level, here when you add it will get added at the report level. In order to use the
Read More
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
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. <p.‘Validation.xml file’ is located at
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
Introduction: In certain cases you may want to embed Adhoc reporting interface of Helical Insight inside your application thus empowering your end users to create reports on the fly. But in those cases you want them to be able to create report using only a preselected metadata. This blog will help in creating the adhoc
Read More
Introduction: Using this blog you will able to enable the Secure Socket Layer(SSL) in the apache-tomcat web server to access the application using HTTPS. This blog is applicable when you are using self-sign certificate and Helical Insight is being used in a stand alone mode not embedded within a third party application. Prerequisite: 1. Java
Read More
In this article you will learn about customizing charts and data table using Adhoc of Helical Insight. In Adhoc, a user can generate various reports.
Read More
A lot of coding best practices emphasize keeping code lean and well organized. The general practices within HTML are no different.
Read More