Following are the mathematical functions that can be applied to the column: Group by Sum Distinct Count Max/Min Avg Users can observe that by default, categorical variables take ‘Group by’ function and Numerical variables take ‘Sum’ function. These default applied functions can be seen and changed in the Meta data file which is present in
Read More
Metadata is basically a logical DB schema which gets stored locally in Helical Insight server (as a .metadata extension) and allows users to define which tables, columns they would want to keep. Thus, different Metadata can be created for the different set of users like finance metadata, sales metadata, operations metadata which then can be
Read More
Toggle Auto-update: On enabling Auto-update, user does not need to click on Generate report every time he/she make changes in the reports. Generally it is not advisable, as it generates lot of queries in the database. Toggle Hidden columns: User can hide particular column/columns using this button and could toggle between hide or unhide. Use
Read More
In Settings tab, users can change the sample size to any numerical value or select full sample size. Note : Sample size is the size of data that would be visualized while you create a report. Users can unselect the option of prepending the table names. Doing this, users would then only see the column
Read More
Editor Tab is especially for the developers who can modify the results using HTML & CSS. At the report level interface you can see Editor Icon clicking on that you can see two options i.e. JS Editor & CSS Editor. 1. JS editor: Users can write Java scripts in this section for adding customizations like
Read More
Filters can be applied by using either of the 2 methods: Method 1: Double-clicking the icon Double click on Filter icon present in the columns on left panel. Method 2: Drag n drop column Select the Filter tab and drag the columns that you want to apply as a filter into the selection area. To
Read More
To provide user-level data access and security, there is a login page. To login, enter the URL in the preferred web browser, thus the login page will appear. A person with proper credentials which includes organization name/user name/password will be able to login and based on his/her access will be able to do further operations.
Read More
Different filters used on text data types. Equals: (=) Is one of Not equals (!=) Like Not like 1) Equals: (=) This is a filter term which is used in Adhoc to find text entries that are equal to a text specified by user. It used from auto mode. For equals we can use only
Read More
In this article you will learn about how to rename Axis labels. Now, Open the visualization where you want to rename the axis label. Currently, x-axis name : Destination , y-axis name : Travel Count Now, to change or replace it with some other name you will require Javascript code for it. Javascript Code : hi_container.set("postExecution",
Read More
In this article we will learn about how to perform mathematical functions in Adhoc. Here, we will perform mathematical functions and analyze cost of travel by an employee using travel data. Drag the columns “Employee Name” and “Cost”. On generating report, at the bottom, which may contain details of multiple travel by a single employee.
Read More