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
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 and where to add CSS-styles and Javascript code in Helical Insight. First, login into the Helical Insight with the provided credentials. Go to Adhoc Page then select create report / quick report. Based on report selected by the user say create report, then provide metadata path and you will
Read More
In this article you will learn about how to add shadow to a table and give it a 3D appearance. Now, create or open the tabular report wherein you want to add shadow. Default view of a Tabular report Add CSS style in the style box for adding the shadow. ( You can also use
Read More
In this article, you will learn about how to give the background color for a Tabular Report. Login to the Helical Insight with the required credentials. Now, create or open an existing tabular report. You also have the option to integrate your datasource with Helical Insight Application and create your own customized report. Here, we have
Read More
In this article, you will learn how to apply borders for a Tabular Report. Login to the Helical Insight with the required credentials. Create a Tabular report using any of the metadata, Here we will be using Travel data and generating the report. As shown below You can customize the table border of tabular report, by adding
Read More
In this article, we will learn about how to define row count in a Tabular Report. Login to the Helical Insight with the required credentials. By default it shows 10 entires with ability to navigate to other entires. Using the javascript code we can specify how many number of rows we want to show whenever
Read More
In this article you will learn about how to do Row Banding for a tabular report. Initially, login to the Helical Insight with the required credentials. Then, you will need to open an existing tabular report or create another tabular report using your data wherein you want row banding. On opening a tabular report where you
Read More
In this article you will learn about how to create a chess pattern in table with alternate cells in different colors both horizontally and vertically. Create or open the report wherein you want such customization. Then, add the CSS style in the style box. CSS Code .table > tbody > tr:nth-child(2n) > td:nth-child(2n), .table > tbody
Read More