Helical Insight provides a user the flexibility to apply database functions on different data formats like Text, numeric, date, time, date-time, etc. Following are the steps to apply database functions. In the below blog we have shown the steps to apply a single function. But you can also apply multiple nested functions also like outside
Read More
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 a virtual table based on the result set of an SQL statement. It is primarily used for designing complex reports which are a bit difficult to achieve using the drag drop interface. The output structure of those SQLviews are saved as a separate table in the metadata which can then in-turn be
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