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.
SR-B77668 · Issue 327446
Column Filter header handling corrected
Resolved in Pega Version 7.4
Applying a filter was not updating the Filter condition header in top of the page until the page was refreshed. After the refresh it was updated, but the filter was removed from the column drop down. On refresh of the report, column level filters are not being removed. This was an issue with clearing the column level filters correctly, and pzRunWrapper has been updated to resolve this.
SR-B78056 · Issue 327006
Filter calculation cancel button fixed
Resolved in Pega Version 7.4
In Report Definition, a calculation that was added for the left hand side of the filter before the report was run was subsequently deleted when the cancel button in the calculation prompt was clicked. This problem was traced to pzCancelCalculationBuilder: because of the way Drag and Drop in the report editor was implemented, the logic deleted the filter on cancel because the "fx" button was pressed on the left hand side of the condition. The logic has now been updated to only remove the filter page when canceling the calculation builder if using "edit report" mode.
SR-B79298 · Issue 331948
Fixed Google Chrome progressive pagination grid layout
Resolved in Pega Version 7.4
Column headings were becoming misaligned in Google Chrome with data in a progressive grid that used pagination. This has been fixed by adding the method updateHeaderCellWidth to update the widths of the column elements on resize of the window.
SR-B79520 · Issue 329078
Report title shows on hover of report tab
Resolved in Pega Version 7.4
On launching report definition by replacing the current tab, the tab title shows the given report title but hovering over of the tab title it does not show the same report title that is displayed, instead reading as "Report". This issue was caused by the document title not being set in the reportDefinition API, and has been fixed.
SR-B79734 · Issue 344352
Summary report count fixed when using filter prompt
Resolved in Pega Version 7.4
The summary data count was not getting updated in a report unless the "Prompt for filter changes before displaying report" option on Report Viewer tab (Actions -> Refresh) was unchecked. This was an error in the refresh code related to the display prompt filter check and has been corrected.
SR-B80000 · Issue 330915
Report opening refinement added
Resolved in Pega Version 7.4
Reports opened from the sidebar did not open in new tabs, resulting in overwriting the current tab contents, and the title was shown only as "Report". This was traced to an error in handling relating to how a report is opened, and has been resolved by updating pxShowReport to set the pyRecordKey to the pxInsName of the report if the report is not being opened via shortcut.
SR-B80399 · Issue 340458
Updating scheduled report resets SuccessfulRuns counter
Resolved in Pega Version 7.4
After scheduling a report to recur daily for 3 days, the report stopped being delivered at various points before the 3rd day. Going to the Reporting>Components>Scheduled Tasks landing page then generated an error and the report did not load. Investigation uncovered an issue where an update to the report from the UI after the initial run would cause pzSuccessfulRuns to increase, creating a state where it exceeded pyEndCount and additional report processing would not be triggered. To resolve this, pzSuccessfulRuns will be reset when someone updates the recurring scheduled task from the UI.
SR-B80491 · Issue 335528
Fixed missing dropdown on the detail edit window of RD
Resolved in Pega Version 7.4
The menu dropdown was disappearing when details were expanded on a repeating grid with 2+ Local Data sources (such as user list and org list) that used parameter filtering. This was caused by the addEventListener property being null in the expanded pane grid, and has been fixed.
SR-B80959 · Issue 332135
Enhancement added for changing domains in SummaryView chart
Resolved in Pega Version 7.4
After configuring the IAC gadget with display action as a harness that included the SummaryView, at run time the chart displayed as expected but the show data icon from Summary View chart returned an empty screen instead of the drill down data. In this case, the error occurred because the domain was being changed for the application and there was no hook available to support that. In order to facilitate this use, this rule has been made available and contains a script in it to change the domain.