In this article, we will explain how to create a new folder. If a user wants to create his own folder, he can right click and choose “New Folder” option. Then the user will have to name the folder and click on save. If no name is entered, validation will happen and appropriate error message
Read More
In this article you will learn about how to add X Axis gridlines. Gridlines are especially useful for benchmarking and comparisons. Now, Open the visualization where you want to add X Gridlines. Then, add the script. Also, you will have to define the values wherein you want the lines to be added. Javascript Code : hi_container.set("postExecution",
Read More
In this article you will learn how to add Y Axis gridlines. Gridlines are especially useful for benchmarking and comparisons. Now, Open the visualization where you want to add Y Gridlines. Then, add the script. You will have to define the values wherein you want the lines to be added. Javascript Code: hi_container.set("postExecution", function () {
Read More
In this article you will learn how to add Heading to any chart or tabular report with the ability to customize it. Now, Open the tabular report or visualization where you want to add Label, add the javascript code as shown. Text can be defined in that javascript. Here we have used a “Step Chart”. You
Read More
While viewing the properties of files, there is something known as Permission level. In this tool there are basically 6 level of permissions. Permission Level Access Description 0 No Access User has no access to the file. User can’t see it in repository, and can’t do any other operation even if he knows the URL.
Read More
In this article you will learn how to remove the default table row banding color of Tabular Report. Initially, you will require to open existing tabular report or create a new tabular report using your data wherein you want to do the same. In the table you can see that by default alternate rows are in light
Read More
In this article we will learn about different column level operations on selected columns in Adhoc. On clicking drop down arrow on right side present in any selected column, we can see many functions which are : Delete Use as Filter Hidden Use as Co-Ordinate Aggregate Functions (Sum, distinct, count, Min, Max, Average) Group By
Read More
In this article you will learn about how to add Background Color to a chart using. By default the background color of any chart created via Adhoc is White. Now, to change the background color of a chart will require javascript as well as CSS code. First we will apply javascript code and then CSS style
Read More
In this article, you will learn about how to “Edit Metadata”. Enter the URL wherein Helical Insight is installed using any browser, a login id page will appear. Enter the required credentials. To edit the metadata we have two methods: Method 1: Directly from the file browser we have to navigate to the folder wherever
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