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 the report is created.
Go to Custom tab click on Script and click on Add to enter the code then click on Inject to execute the entered code.
Javascript Code:
hi_container.set("postExecution", function () {
$("#chart").bootgrid("destroy");
$("#chart").bootgrid({rowCount : 15}); // specify the number of row which you want to display
});
For more info, contact us at support@helicalinsight.com