SR-B73478 · Issue 325315
Chart date column duplication resolved
Resolved in Pega Version 7.3.1
Report definition charts were displaying duplicate date columns when the operator time zone was set to "Europe/London". To correct this, the system will conditionally set the time zone only when it's a datetime when normalizing the data.
SR-B73531 · Issue 325518
Missing check added for "Column Command Menu" on summary type report
Resolved in Pega Version 7.3.1
For a summary type report, the column command menu was still displayed even though the "Enable Column Command Menu" was unchecked on the report definition Report Viewer tab. This was due to a missing check for "Enable column command menu" before adding the showReportRCMenu onclick event, and has been fixed.
SR-B74586 · Issue 325692
Fixed save-as for RD with sub-report and join
Resolved in Pega Version 7.3.1
A save-as for the existing Report Definition rule :USCANSaleEstimate was not working for a new ruleset version. This was an issue with an existing RD that had a sub-report and was joined by a column in the sub-report that was a function, and pzGenerateMsgForUderDefinedFunctions has been modified to correct this.
SR-B76880 · Issue 326010
Repeat grid filtering option fixed for Microsoft Internet Explorer 11
Resolved in Pega Version 7.3.1
The repeat grid populated when running report definition was prompting for the filter of the data properly in Microsoft Internet Explorer 11, but no action was performed when clicking on it. This was an issue with missing navigation rule changes, which have been added.
SR-B65131 · Issue 330322
Fixed 'when' rules for showing privileged escalation buttons
Resolved in Pega Version 7.4
Privileged escalation was displayed for a user with access to manager reports due to missing 'when' rules for hiding the Add report/Add category buttons. This has been fixed.
SR-B67967 · Issue 330128
Data explorer displays all associations and optimized nested properties are supported
Resolved in Pega Version 7.4
The rule resolved RDB query used to list the associations for the report class was not returning all associations. The logic for this has been modified to use a rule resolved report definition to correct the issue. In addition, the pzAddPropListForClass_TreeGrid function has been refactored in order to correctly support nested properties.
SR-B67967 · Issue 331406
Data explorer displays all associations and optimized nested properties are supported
Resolved in Pega Version 7.4
The rule resolved RDB query used to list the associations for the report class was not returning all associations. The logic for this has been modified to use a rule resolved report definition to correct the issue. In addition, the pzAddPropListForClass_TreeGrid function has been refactored in order to correctly support nested properties.
SR-B72915 · Issue 331477
Correct day calculated for AU timezone
Resolved in Pega Version 7.4
The Report Filter is subtracting one day when the timezone was set to Australia/Sydney. This was caused by an error in pyUILabel, and has bene fixed.
SR-B75633 · Issue 330038
Cancel button handling fixed for RD filtering
Resolved in Pega Version 7.4
In a report definition which enabled the option "Prompt for filter changes before displaying report", the filter change screen behavior did not work as expected due to missing support in the code for a re-worked "Cancel" button. The handling has been modified to ensure the cancel action properly refreshes the filter section after the data has been reset.
SR-B75916 · Issue 325066
Cancel button handling fixed for RD filtering
Resolved in Pega Version 7.4
In a report definition which enabled the option "Prompt for filter changes before displaying report", the filter change screen behavior did not work as expected due to missing support in the code for a re-worked "Cancel" button. The handling has been modified to ensure the cancel action properly refreshes the filter section after the data has been reset.