In this article, you will learn about how to apply Filter Expression using Helical Insight. Filter expression is a query expression written in order to fulfill certain condition which cannot be directly fulfilled by applying a general filter. There are two types of filter expression which can be used, one in which functions are present
Read More
In this article you will learn how to customize cache memory for Helical Insight reports. How to enable / disable cache By default cache for Helical Insight report is set to true. True means cache memory is enabled. The user can toggle the value by editing the cache.xml file located at <installation directory>\hi-repository\System\Admin\cache.xml For example:
Read More
Following are the steps to install a Helical Insight Binary on a Linux Machine. Prerequisites : Please ensure that you have an active internet connection before proceeding with the Helical Insight installation. Internet connectvity is required only during intallation for downloading and updating application components. Once the setup is completed application will run without internet
Read More
In this article you will learn about how to set default session timeout for Helical Insight. For setting the configuration follow the mentioned steps : Open the “web.xml” file from the location “apache-tomcat-7/webapps/hi-ee/WEB-INF/web.xml”. After opening the file you can see the default time set is 30 minutes Now, if you want to change the time
Read More
In this article you will learn about how to add a database functions based on datatype. A datatype shows you what kind of value a column contain . The various datatypes like numeric, text, date, time, date-time and so on are generally used to represent the type of data. Whenever you want to perform any
Read More
In this article you will learn about adding an aggregate function. The Adhoc feature of Helical Insight has a number of predefined aggregate functions like avg, count, max, min, distinct, sum, order by, group by, etc. Now, based on your business requirement a new function can be added in the aggregate function list like median,
Read More
In this article you will learn about creating a report using EFW. EFW is a traditional way of creating a dashboard in Helical Insight(HI) is by scripting the entire dashboard, i.e – manually scripting the html and javascript. However, for the dashboard to be able to access the data, visualize it and display it in the
Read More
In this article, you will learn about creating a report using EFW. EFW is a traditional way of creating a report in Helical Insight by scripting entire report manually, i.e – manually scripting the html and javascript. However, for the report to be able to access the data, visualize it and display it in the HTML
Read More
In this article you will learn about how to show % distribution in an image. It means that you can show percentage wise distribution of male vs female using an image. To implement this you will require a custom scripts and custom styles. Script: hi_container.set("postExecution", function(c){ var data = c.get("responseData").data; $('#chart').remove(); $('#chart-footer').remove(); var cardDiv =
Read More
In this article you will learn about input controls in Helical Insight. The input controls are predefined structures where user gives certain input and based on that output is generated, for example generating a chart for a date range. Mainly, input controls are used in dashboard, charts, reports. In Helical Insight there are certain components
Read More