This article shows various types of settings for listeners of parameters added in the canned report. This blog has been created for Helical Insight version 4.1 GA canned reporting module. Briefly, the steps involved in creating a canned report are: Create a connection Write a query without where clause Add input parameter and give its
Read More
This article shows different ways in which we can replace Null values by blank. One in the query, second in Text field properties and third in the Typography box by using Javascript. In the datasource page, we can use COALESCE function to replace NULL values with the required value. Second way is to Check the
Read More
In many cases we might use Helical Insight with Trino wherein Trino will be in turn connecting to one or multiple datasources like Mongo. In this document we will be covering how to install Trino and connect to a datasource. And then how Helical Insight can then be used via Trino to connect to that
Read More
This blog is relevant to Helical Insight version 5.0 and upwards. In Helical Insight version 5.0 onwards filters are identified by their filter names. If your dashboard is having 5 reports and all of the reports have a filter with filterlabel “Country”. Then changing the value of the filter Country at dashboard level will change
Read More
From the version 5.2 onwards of Open Source BI Helical Insight, we are directly supporting CelerData (CelerDB)/Starrocks out of the box. Hence the steps mentioned in this blog are not required. In the below image we have highlighted from where you can find out about the current version of your Helical Insight instance. Connecting to
Read More
From the version 5.2 onwards of Open Source BI Helical Insight, we are directly supporting Cockroach DB out of the box. Hence the steps mentioned in this blog are not required. In the below image we have highlighted from where you can find out about the current version of your Helical Insight instance. Connection string
Read More
From the version 5.2 onwards of Open Source BI Helical Insight, we are directly supporting Yugabyte DB out of the box. Hence the steps mentioned in this blog are not required. In the below image we have highlighted from where you can find out about the current version of your Helical Insight instance. Connection string
Read More
From the version 5.2 onwards of Open Source BI Helical Insight, we are directly supporting Firebird DB out of the box. Hence the steps mentioned in this blog are not required. In the below image we have highlighted from where you can find out about the current version of your Helical Insight instance. If you
Read More
This document is applicble to Helical Insight version 5.0 and onwards. In this document we are going to use JS and CSS to customize the login page. We use CSS for styling and JS for changing the actual content of an element in the DOM. Customization with CSS : 1. To style the total background
Read More
It is possible to add one or multiple filters in Helical Insight. By default all the filters gets added in AND expression i.e. Filter1 AND Filter2 AND Filter3 which means it shows an overlap of data wherein all the filtering conditions value gets satisfied. But in some cases we may want to change and use
Read More