How can I increase the number of rows to be displayed in the KPI grid?
To increase the number of rows to be displayed in the data grid, follow below steps: 1. Login to Administrator Module 2. Navigate to Configuration module => ARC Parameters => Analytical Config 3. Change the value of Maximum Cell Count Allowed from 2222 to 9999 and click on the Save button. After carrying out the above steps, set the following properties in the arc.properties file, which would load the data in installments of 20 each, when there is large data to be retrieved. Verify the following property values in 'arc.properties' file. arc.datagrid.partly.size = 1000 arc.distributed.parsing.size = 20