RSA Identity Governance & Lifecycle display order and value of report column changes automatically
Originally Published: 2018-04-04
Article Number
Applies To
RSA Product/Service Type: Software Appliance
RSA Version/Condition: 7.0.2
Issue
The query below is used to create the report:
(SELECT ( 'Active accounts' ) AS "Active Accounts", ( SELECT COUNT(*) FROM avuser.PV_ACCOUNT pa LEFT JOIN avuser.PV_USER_ACCOUNT_MAPPING pum ON pa.ID=pum.ACCOUNT_ID LEFT JOIN avuser.PV_USERS pu ON pum.USER_ID = pu.ID LEFT JOIN avuser.PV_BUSINESS_SOURCE pbs ON pa.APPLICATION_ID = pbs.ID WHERE pa.IS_DISABLED =0 AND pa.DELETION_DATE IS NULL AND pu.IS_TERMINATED ='False' AND (pbs.RESOURCE_TYPE = 'A' OR pbs.RESOURCE_TYPE = 'D' ) ) AS "Active_linked_active ", ( SELECT COUNT(*) FROM avuser.PV_ACCOUNT pa LEFT JOIN avuser.PV_USER_ACCOUNT_MAPPING pum ON pa.ID=pum.ACCOUNT_ID LEFT JOIN avuser.PV_USERS pu ON pum.USER_ID = pu.ID LEFT JOIN avuser.PV_BUSINESS_SOURCE pbs ON pa.APPLICATION_ID = pbs.ID WHERE pa.IS_DISABLED =0 AND pa.DELETION_DATE IS NULL AND pu.IS_TERMINATED ='True' AND (pbs.RESOURCE_TYPE = 'A' OR pbs.RESOURCE_TYPE = 'D' ) ) AS "Active_linked_term ", ( SELECT COUNT(*) FROM avuser.PV_ACCOUNT pa LEFT JOIN avuser.PV_BUSINESS_SOURCE pbs ON pa.APPLICATION_ID = pbs.ID WHERE pa.ORPHANED_DATE IS NOT NULL AND pa.IS_DISABLED =0 AND pa.DELETION_DATE IS NULL AND (pbs.RESOURCE_TYPE = 'A' OR pbs.RESOURCE_TYPE = 'D' ) ) AS "Orphan Account" FROM dual)
The correct order of the columns set by the user when creating/editing the report is as follows:
The output of the query when previewed:
After saving the report, the column order changes on its own as shown below:
Cause
Resolution
The extra blank space on the provided field names would be tricky to handle by the current code base, as it would require RSA Identity Governance & Lifecycle code to do query parsing and require a lot of efforts to be changes in the product logic.
Hence, the Report Query Developer should make sure that there are no extra spaces in any of the field names.
Related Articles
RSA Identity Governance & Lifecycle email approval macro ValidReplyAnswers orders URL in the wrong order 37Number of Views How to restart RSA Web Threat Detection services in the proper order 35Number of Views Change Boot order for DLP Dell R610 and R620 appliance Boot from ISO Image 44Number of Views How to split a large file into smaller chunks in order to provide to RSA Customer Support 75Number of Views Recommended order of operations for RSA Passwordless 109Number of Views
Trending Articles
Passwordless Authentication in Windows MFA Agent for Active Directory – Quick Setup Guide RSA Authentication Manager 8.9 Release Notes (January 2026) RSA Authentication Manager Upgrade Process RSA Authentication Manager 8.7 SP2 Setup and Configuration Guide An example of SSO using SAML and ADFS with RSA Identity Management and Governance 6.9.x
Don't see what you're looking for?