Sometimes, you may want to modify the query generated for a report based on the input parameters selected by end user. Different filter values may trigger different queries in such cases. To achieve this easily, dynamic query view feature has been added at metadata level in Helical Insight. What is dynamic query? Dynamic query essentially
Read More
Introduction: In this blog we are going to explain how to use checkbox in multi select parameters in Community Edition Reports. Here we are creating a sample report which shows travel medium wise cost. Please make sure you have gone through the blog “Introduction to Community Reporting Interface.” Steps to create pie chart using filter
Read More
Introduction : There might be certain reports/dashboards wherein we would also need “ALL” as one of the input values, so when ALL is selected the entire data will be shown and then further use can further select any specific value. This ALL can be preset in both single select and multiple select input parameters. In
Read More
In this blog, we shall see how to create a stacked bar chart in Helical Insight. To create stacked bar charts, the first dimension (shown on the axis) will be the first column. Each data item to be shown in the stack should be shown in separate columns. Hence in certain cases you might have
Read More
Introduction: In many cases we would like to display the filters values which have been selected at a specific place. So in this blog we would describe how that can be done. Concept: Via dashboard.getVariables(NameOfFilterVariable) we can get the values of the selected filters. Fo what we can do is we can create some HTML
Read More
Once you have created a report using applied database function there might be a need to delete the applied DB function or change those values. In this blog, we will learn how we can go about doing the same. Below is the snapshot of the report which is created by applying Database function on one
Read More
In this blog we shall see how Impersonate/Mimic feature works in Open Source BI product Helical Insight. The impersonate feature has been added to Helical Insight so that when an admin applies certain security conditions for a user/shares certain resources with a user, he can then see via this functionality whether the same have been
Read More
In this blog, we will provide steps to connect to google big query data source connection in Helical Insight Open Source BI application Prerequsite: Helical Insight is successfully installed Login to BigQuery Web UI, and create dataset and tables by following below link:Create dataset in BigQuery Download required of simba JDBC driver for big query
Read More
Check the java version with the command java -version if it successfully installed then you can see the version else you will see the below image. Java –version If you get result similar to the below image you do not have Java installed. The list shows you which packages in your system have Java available
Read More
Helical Insight Adhoc reporting interface is having a feature called hidden column. A hidden column allows us to hide a column which can be part of the report selection but it will not be visible in the report as such. For example, We want to arrange according to month number but do not want to
Read More