Generating a complete report or truncating a report
Use the respective XML to generate a complete report or truncate a report. Truncating is useful when a report contains large number of rows. By default, you can change the truncation limit.
ReportType.xml
Configure the XML as:
Setting | Description |
---|---|
XML file name and path | [InstallPath]\Approva\BizRight\ProcessModules\Reports\ReportParameters\SRSAuthorizations Insight for PeopleSoft FISCM or HRMS - General.xml |
Tag | <parameter>
|
Node | <parameter name="ReportType" required="false"
displayName="##ReportType_DN##" spParamName="@ReportType" visible="false"
inSeperateRow="false" defaultvalue="1" />
|
Configuration setting | If you want a complete report, then modify the default value of attribute
ReportType to 0. The attribute
TruncateAt is ignored in this case. |
Default Value | By default, a complete report is generated. |