When using the new Native Reporting module in the Modern UX (MUX), exporting a report to CSV fails with a java.lang.NullPointerException. In PostgreSQL environments, if a query based Data Provider utilizes a column or attribute alias name exceeding 26 characters, the reporting fails to process data for that long alias.
Steps to Reproduce:
Expected Results: The report should display the total row successfully, and exporting to a CSV file should complete without errors.
Actual Results: Total values fail to display when the total row is enabled, and the CSV export job fails with error: FAILED due to a java.lang.NullPointerException at CSVResponseBuilder.modifyMetadataListWithAggrFields.
Workaround:
Clarity 16.4.1 and 16.4.2
Due to DE209019
Engineering is reviewing DE209019