Number of rows displayed in a report
By default, the number of rows displayed on the above reports is limited to 100000. To change the number of rows displayed in a report, you truncate the report using the xml and then configure the number of rows to be displayed in the report.
To configure this setting:
XML file name and path | [InstallPath]\Adapters\TMonitor\ProcessModules\LAWSONAI\Reports\RDL\Authorizations Insight for Lawson - Violations\Lawson Role Violations.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
defaultvalue as 1 in required xml and then
change the
defaultvalue in the above node to any desired
numeric value.
|
Default value | By default, 100000 rows will be populated in a report. |