This blog gives details about the filter expressions that can be used in the dynamic query view on the metadata page of Helical Insight. Dynamic queries allow the report level filters to be used in the view to generate the query based on those filters. Filters can be accessed by using the ${filter} notation. Filter
Read More
In this blog, we have given details of all the formData expressions that can be used in the dynamic query view. Dynamic query essentially implies that the query is generated at runtime depending on the user inputs.This can be achieved by adding a dynamic logic/groovy script using which end user can use the filters, formdata
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
Introduction:This document consists of proof of concept details for the implementation of load balancing and high availability solution within the Helical Insight application. Background : A web application hosted on a single node has many disadvantages mainly like unavailability in case of node failure and degraded performance in case of huge load. To address these
Read More
This blog explains how to customize D3 charts I.e. adding target lines other than axis lines and change background color of particular region. Consider the below chart which plots dots based on the data related to ‘Confidence’,’Assessment’ and ‘Awareness’ Add Target lines If we want to add target lines on Y axis at particular places,
Read More
Use case: When a client is integrating Helical Insight then you may want to make sure that the user should only be able to view the reports and dashboards which are integrated within your application. Even if a person is able to inspect and find the Helical Insight BI URL even then he should not
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
In this blog, we shall see learn how to create a grouped bar chart in Helical Insight enterprise version 3.1. Grouped bar charts require two dimensions and one measure. The current grouped bar chart does not have more than two levels of grouping at the X-axis level. First you can create a tabular report with
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