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
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 such as : Tabular Report Chart Report Axis Based chart Non-Axis Based chart Cross-Tabular Report Following are some of the customization which can be applied on table, charts and Cross-Tab
Read More
In this article, we will learn about how to export a report using Helical Insight. Exporting feature allows users to view report offline by exporting in various formats like PDF, PNG, JPEG. Using our APIs any new exporting type can also be added. We can export reports like tabular reports, chart reports or cross-tabular report. Similarly, if
Read More
View Data Source: When data source connections for a particular database are already available, you will be taken to “View” tab when you click on the database name. A list of data source connections that have been created for that database will appear. Search: User can search a particular connection within the list. User can
Read More
In this article, you will learn about how to “Edit Metadata”. Enter the URL wherein Helical Insight is installed using any browser, a login id page will appear. Enter the required credentials. To edit the metadata we have two methods: Method 1: Directly from the file browser we have to navigate to the folder wherever
Read More
Metadata is basically a logical DB schema which gets stored locally in Helical Insight server (as a .metadata extension) and allows users to define which tables, columns they would want to keep. Thus, different Metadata can be created for the different set of users like finance metadata, sales metadata, operations metadata which then can be
Read More
Helical Insight automatically identifies all the already existing joins, type of joins and columns used in current connection. Over and above that a user has the option to create new joins between any column of any table. Based on the kind of Primary Keys and Foreign keys present at the database it will show you
Read More
In this article, we will be providing an overview of Adhoc. On the left side we have list of tables and columns. There is a selection panel in which user can drag and drop any column from any table or double click on column name and create report. Quick search can be also used for
Read More
In this article you will learn about how to add javascript and HTML code for doing more adhoc customizations. First Login to the Helical Insight with the required credentials. Create a Tabular report using Travel data and generate a report as shown below. Open the report in Adhoc editor which you want to customize. Go
Read More