SR-A11592 · Issue 224578
Application Document wizard encoding updated for accented characters
Resolved in Pega Version 7.2
Accented characters were not displaying properly in documents generated with the Application Document wizard. To correct this, the GenerateDocument function contained in the DocumentApp library has been modified to specify the character encoding.
SR-A13378 · Issue 229039
Check added for keystore file name separators
Resolved in Pega Version 7.2
When uploading a keystore file from a Windows client to a Linux system, the result did not have the fileName correctly extracted from the path due to the difference in file separators ("/" vs "\\"). A check has been added for proper handling.
SR-A5244 · Issue 221002
Fixed compatibility issue with Application Document Wizard
Resolved in Pega Version 7.2
A bug in the open source JAR used to generate sever-side documents in the Application Document Wizard caused corrupted documents that were not able to be imported into Word 2010. The corrected JAR has now been obtained from the external team and repackaged into the system.
SR-A5244 · Issue 220453
Fixed compatibility issue with Application Document Wizard
Resolved in Pega Version 7.2
A bug in the open source JAR used to generate sever-side documents in the Application Document Wizard caused corrupted documents that were not able to be imported into Word 2010. The corrected JAR has now been obtained from the external team and repackaged into the system.
SR-A12638 · Issue 223936
Check added to handle mismatched property names given in referred page
Resolved in Pega Version 7.2
If a property name was provided in a list criteria by referring page name, it generated type mis-match error even though the property was of the same type. Creating a new RD with same criteria avoided this error, but a check has been added to "Validate_Report_Condition" to determine whether the property is a leaf or page property . If it is a page property, the system will prefix that property with a "." to resolve the mis-match issue.
SR-A7008 · Issue 216642
Number separators localized for Excel export handling
Resolved in Pega Version 7.2
While using the Export to Excel button in reports, some of the figures in numbers columns displayed warning messages indicating they were formatted as text. This was a localization issue where numbers containing unusual separators were interpreted as strings, and has been resolved with a code change that allows Excel to decide the right format based on locale.
SR-A5758 · Issue 218426
Corrected automatic decimal rounding in summary report
Resolved in Pega Version 7.2
In the summary view report grand total, decimal values having 4 digits after the decimal point were being rounded to two places and displaying two zeroes in the 3rd and 4th decimal places. Ex: 1.1234 + 2.2345 returned 3.3500 instead of 3.3579. This was traced to the format "#.##" being applied to every value in the summary, and has been corrected.
SR-A7716 · Issue 219147
Proper value separations in filtered report definitions
Resolved in Pega Version 7.2
In a report definition in edit mode, trying to set filtering on several value was causing values to be appended without proper separators. As a result, no results were found when trying to apply a filter. This was due to a conflict in visibility conditions for the DataType identifier , and has been fixed.
SR-A10501 · Issue 223738
Corrected date format for chart using custom DateTime filter
Resolved in Pega Version 7.2
The date format of legends for a chart was not being formatted properly if a Filter Criteria range was used on the Datetime property. This has been corrected.
SR-A10369 · Issue 221614
Listview list query accepts non-date criteria
Resolved in Pega Version 7.2
The Listview list query was not being refreshed if the criteria values were taken from Time Period. This was due to the pyConditionValue1purpose not populating properly when given a non-Date data type setting, and had been corrected.