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 users tab functionalities. Once the “Users” tab is clicked a UI as shown below appears. “Add” button can be clicked and can be used to add “Organization” and “User”. Clicking on the “Organization” will result in a tab as shown on the left. Both “Name” and “Description” are mandatory
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
Helical Insight has 4 levels of security: Organisation: Data belonging to a particular organisation will be seen only to the users belonging to that organisation. No other user belonging to different organisation can access that data. User: A user can share files with the other user/role within his organisation Role: Users belonging to same role
Read More
In this article you will learn about how to do column banding in table. Initially, you will need to open an existing tabular report or create another tabular report using your data wherein you want column banding. Default view of a Table : Column Banding Patterns in Table : Odd Column Banding Even Column Banding Odd-Even
Read More
In this article, we will explain about the repository document information. Once the user puts in the required credentials, he will be able to login and will see the repository. There are different options on the top which end user can see; based on his/her access level. If logged in via admin, there would be
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
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 you will learn about how to change Table Header color of Tabular Report created via Adhoc. By default the header of a Tabular report is white. In order to customize the Table header color, you can do it by adding either CSS or Javascript Code. To apply CSS style, Go to Custom Tab click
Read More