Number of rows displayed on a report
By default, the number of rows displayed on the above reports is limited to 100,000. To change the number of rows displayed on a report, truncate the report using the XML and then configure the number of rows to be displayed on a report.
change number of rows-Truncate the report
Configure the XML as:
| Setting | Description |
|---|---|
| XML file name and path | [InstallPath]\ProcessModules\Reports\ReportParameters\SRSAuthorizations Insight for PeopleSoft FISCM or HRMS - General.xml |
| Tag | <parameter> |
| Node | <parameter name="TruncateAt" required="false" displayName="##TruncateAt_DN##" spParamName="@TruncateAt" visible="false" inSeperateRow="false" defaultvalue="100000" /> |
| Configuration setting | To change the truncation limit, keep the default value of the attribute ReportType as 1 and then change the default value of the attribute TruncateAt to any desired numeric value. |
| Default Value | By default, 100000 rows are displayed on a report. |