Following are the steps to customise the background colour: Step 1: Click on the ‘Customize’ button Step 2: Double-click on ‘Background color’ icon Step 3: Select the color from the color tray and click on ‘OK’ button Step 4: Now click on the apply tick mark as shown in the image
Read More
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 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
In this post (Accessing Reports / Dashboards Created Using Helical Insight Publicly), we were passing authentication details (username and password) in the URL along with directory and file name. In this post, we hide those authentication details and just pass directory and file name to the URL. We will write a simple JavaScript code that
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