Note: UI of version 5.0 onwards is slightly changed as compared to the old version of Helical Insight,5.0 plus version is having different UI as compared to the previous version but the functionality is still the same. This article talks about User Role Management. After logging in as Admin of an organization, click on User
Read More
In this article you will learn how to transform adhoc charts into other charts using scripts. Open or create a chart report using Adhoc. Also, with your data you can create your own customize report using Helical Insight. For your understanding, we have used a bar chart. Default View of a Generated Chart Here, we
Read More
In this article we will provide you the complete overview of Filters. Filters can be used to filter data, for instance based on date range or product name or salesperson etc. Any column of any table can be used as filter. To add as filter, either drag and drop column into filter canvas, or double
Read More
In this article you will learn about how and where to add CSS-styles and Javascript code in Helical Insight. First, login into the Helical Insight with the provided credentials. Go to Adhoc Page then select create report / quick report. Based on report selected by the user say create report, then provide metadata path and you will
Read More
This article explains how to Email-schedule Reports/Dashboards. Before Email Scheduling Reports and dashboards we have do email configuration. Please follow this Email Configuration. First Login and open the report which is to be email-scheduled. Go to Mail icon containing options of Email and Schedule. Upon selecting Email, one can email the report immediately, whereas schedule
Read More
In this article you will learn how to remove existing Axis Label. The above chart shown is an “Area Chart” and is a default view of generated chart report. The values displayed on X and Y axis are the axis labels. Here we have to hide these labels. It can be achieved using CSS and
Read More
This article covers the overview of File Browser. File browser is basically used to view the various reports, dashboards and other files. The entire UI of helical insight file browser has been revised from version 5.0 onwards. If you log in as a user, you can click on the ‘File Browser’ option present at the
Read More
In this article you will learn about how to change Axis Label Color. By default the axis tick color is black. As highlighted in below image. CSS : .c3-axis-x > .tick{ fill:green; // color is customizable } .c3-axis-y > .tick{ fill: red; // color is customizable } OR .c3-axis-x > .tick{ fill: #00ff00;
Read More
In this article you will learn about how to add shadow to a table and give it a 3D appearance. Now, create or open the tabular report wherein you want to add shadow. Default view of a Tabular report Add CSS style in the style box for adding the shadow. ( You can also use
Read More
In this article, you will learn about how to give the background color for a Tabular Report. Login to the Helical Insight with the required credentials. Now, create or open an existing tabular report. You also have the option to integrate your datasource with Helical Insight Application and create your own customized report. Here, we have
Read More