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 : In this blog we are going to explain how to implement data security based on the logged-in user in community edition reports. In this sample report we are showing data of destination wise travel cost. The report data is filtered as based on the logged-in user (in this case destination is treated as
Read More
Introduction: In this blog we are going to explain how to implement data security based on profile attributes of currently logged in user in community edition reports. In this sample we have a tabular report showing the source wise travel cost and filtering the data based on the source profile. If the profile attribute is
Read More
Introduction: In this blog we are going to explain how to implement data security based on the logged-in organization. We have created sample tabular report having the data of client wise meeting date. In this example, we want to filter the data based on the organization that the user belongs to. Organization for default super
Read More
To install dremio first you have to download it. Here is the link where you can download dremio and start installing Install Dremio Please follow the below instruction in order to installa and use Dremio. Here is the reference link on how to install Dremio for Mac Dremio Mac Installation Here is the reference link
Read More
In this article, you will learn about the role of EFW file in a report creation. The EFW file is an XML file which serves as the entry point for the report. This file contains the information required to run the report. Below is the code for sample efw file. <?xml version="1.0" encoding="UTF-8" ?> <efw>
Read More
Till now we have created reports and dashboards by downloading and editing the files of Template folder. We are using D3, C3 and datatables for visualization purposes, those relevant CSS and JS files are linked in the template.html file. You might be interested in creating reports and dashboards in your own folder. Below steps will
Read More
Now, that we have made a dashboard with multiple reports (How To Create Dashboard In Helical Insight CE), we will see how we can change the look and feel of the dashboard by adding color, images etc. Since the customization is done in an HTML markup, user can easily add any JavaScript functionalities in<script> tag
Read More
The charting engine which we are by default providing with Helical Insight Community Edition is D3 and C3 charts. Being a BI framework we allow you the flexibility to add any sort of javascripting charting engine. In this article we will cover how you can customize the look and feel of these default charts to
Read More
In this article we will learn how to create a dashboard with multiple reports in it. For creating a single report, we create a <div> with a unique id and leave it empty for the chart to be rendered in it. On running the report, chart will be rendered in the created <div>. Define the
Read More