As Helical Insight supports Multi-tenancy, users would like to see data which is relevant to them. For example, Sales managers would like to see the reports/dashboards of sales data, Finance managers would see only financial reports etc. For that, ‘Metadata security’ feature can be used in which user can grant or deny the permission of
Read More
Helical Insight provides the user with the functionality of exporting the Reports/Dashboards into various file formats. Some of the file formats that Helical Insight supports are PDF, JPEG, PNG, Excel etc. Note: Users can also add a new ‘Exporting file format’ like .PPT by using exporting APIs Following are the steps to export a Report/Dashboard:
Read More
Helical Insight gives user an advantage to add JavaScript and CSS in the adhoc interface to make customization’s in the report. Users can also view the SQL query generated for the report. Following are the steps to customize report using JavaScript and CSS: Step 1: After a report is generated, click on ‘Editor’ button from
Read More
A View is nothing but a virtual table based on a result set of SQL statement. It is mainly used for designing complex reports in adhoc or when certain pre-calculations are required, which then can be used in the adhoc interface as columns to create reports. These Views are basically stored in local Helical server.
Read More
The ad-hoc interface for creating reports looks like: Tables/columns panel: All the tables and the columns under them can be seen in this panel on the left. Users can use these columns to create a report. Selection area: This is an area where all the columns selected for creating reports are
Read More
Approach Helical Insight(BI) -> Fire SQL Query -> Map Cassandra with hive (one-time activity) -> Fetch data from Cassandra Just in Time This approach involves creation of mapping tables in Hive meta-store of SPARK which have one-to-one mapping to Cassandra DB tables. Helical Insight can connect to this Hive meta-store using SPARK’s Thrift Server which
Read More
There might be certain cases in which people might be interested in embedding report / dashboard built using Helical Insight solution on their website which can then be used by anybody, without the need to login i.e. it should be accessible publicly. In this article we will cover how to access report/dashboard created using Helical
Read More
NOTE: This blog is relevant to version 1.0 of Helical Insight and will not work for any other version. You can know the version from the bottom left (above file browser) or from the admin page. Note: This article doesn’t change any functionality or styles of normal application flow. Instead, changes are made in such
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
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