6.15 Configuring Report Versioning

Newly created reports have their report format version as the configured value in Application parameters. Through search and list, only reports having the same report version as the configured value can be opened and viewed. All other reports, even though they are shown in the search list page, are not available to view in the Report Details page.

To configure ReportFormatVersion value in Application parameters, execute the following query in the atomic schema for the CRR application.

update APPLN_PARAMETERS set V_ATTRIBUTE_VALUE3 = 'Gen2' where N_PARAM_IDENTIFIER = '44';
COMMIT;