SR-A23665 · Issue 248776
Percentage calculated by control carried into Excel export
Resolved in Pega Version 7.2.1
If a Report Definition calculated the percentage by using the control, the percentage would display in the report browser but 0.00% would be displayed in the Export to Excel. The step page for the control being executed at display time and export are different, so the activity is unable to get the ".pySummaryCount(1)" from the step page. To fix this, pzGetHTMLPropertyValue has been modified so it acts on the step page of the property rather than the primary page the function was executed against.
SR-A23692 · Issue 245660
Scheduling dialogue correctly releases lock on browser pop-up exit
Resolved in Pega Version 7.2.1
Opening the scheduling dialogue for a currently scheduled report created the proper locking, but "X"-ing out of the pop-up report window without editing it was not releasing the lock and the report was then not executed as scheduled. To avoid this, a Rule-Obj-Casetype has been added to control when the schedule is locked and will also release the lock when the changes fail validation.
SR-A23709 · Issue 247989
Performance improvements for Scheduled Export to Excel
Resolved in Pega Version 7.2.1
Some memory usage improvements have been made for exporting reports to Excel through the scheduler.
SR-A23735 · Issue 248542
Image/Label of Report checkbox clickable
Resolved in Pega Version 7.2.1
In the Report Browser, icons and text labels have been linked to the checkbox and are clickable to check/uncheck the list/chart/summary filters.
SR-A23912 · Issue 246952
Custom filters won't display header container icons
Resolved in Pega Version 7.2.1
Unwanted icons were appearing when using a custom filter section that has a grid with a header/title, such as an 'X' close icon displaying next to an included section/repeat grid coupled to the filter section launched from the report browser for a report definition. The harness that displays the filter section has been modified to not include the icons that come with a container that has a header.
SR-A24516 · Issue 247668
Reports correctly deleted
Resolved in Pega Version 7.2.1
Reports are not deleted after deleting a shortcut, causing errors when trying to create reports using the same name. The logic for UpdateCheckIn has been corrected so that it will not jump to block the rule and will instead delete the rule.
SR-A27900 · Issue 248758
24-hour clock enhancement for displayReportSection
Resolved in Pega Version 7.2.1
The new option "Support 24 hour format for time?" has been added to displayReportSection to allow the date/time in the Charts 'Show Data' display screen to use a 24-Hr format.
SR-A76252 · Issue 253236
String filter values treated consistently
Resolved in Pega Version 7.2.2
Attempting to schedule a report with a string value in the filter condition caused a parsing error even when the report ran correctly in DesignerStudio. To resolve this and make the behavior consistent, the logic has been updated such that If filter value is string but not a property reference, then do not resolve it.
SR-A85953 · Issue 254446
Fixed Export to Excel
Resolved in Pega Version 7.2.2
Export to Excel from report definition generated the sporadic error "Unable to read file." This was traced to the browser attempting to open the file before it was downloaded, and code has been added to check the browser and handle the download/open appropriately.
SR-A76558 · Issue 253570
Date/time data fixed for sub-report filter
Resolved in Pega Version 7.2.2
It was not possible to select filter value for the sub report date column value in main report filter condition due to the sub report date time column value not being populated correctly. This has been fixed.