SR-128213 · Issue 195827
Summary View handling added for property name missing dot
Resolved in Pega Version 7.1.8
In Summary View, it was not possible to add an embedded property for the drill down if the property name was missing a leading dot. A null check has been added to eliminate the NPE and handle this issue.
SR-128423 · Issue 193544
RD filter caption localized
Resolved in Pega Version 7.1.8
In report definition, expanding the filter link showed the caption of the filter icon was not localized. This has been corrected by creating a new control and applying it to pyFilterLabel in pzEditSingleFilter.
SR-128423 · Issue 194206
RD filter caption localized
Resolved in Pega Version 7.1.8
In report definition, expanding the filter link showed the caption of the filter icon was not localized. This has been corrected by creating a new control and applying it to pyFilterLabel in pzEditSingleFilter.
SR-131985 · Issue 201549
Sorting now working with filtering and pagination for RD
Resolved in Pega Version 7.1.8
Using filtering and pagination on Report Definition and then sorting on one of the subpages caused the error "no results found". This was an issue with the page index not being reset to 1 on apply of modal dialogue, and has been corrected.
SR-131985 · Issue 195991
Sorting now working with filtering and pagination for RD
Resolved in Pega Version 7.1.8
Using filtering and pagination on Report Definition and then sorting on one of the subpages caused the error "no results found". This was an issue with the page index not being reset to 1 on apply of modal dialogue, and has been corrected.
SR-126980 · Issue 192477
Chart control validation updated to handle aggregate functions
Resolved in Pega Version 7.1.8
When a chart control contained a Report definition with COUNTDISTINCT in the summarize field, the chart was not displayed at runtime. Manually executing the Report Definition displayed the data and the pie chart as expected. This was found to be an issue with chart control not rendering the chart at run time if the underlying RD source contained an aggregate function. To correct this, the pzIsChartReportColumnValid validate rule has been updated.
SR-126980 · Issue 190876
Chart control validation updated to handle aggregate functions
Resolved in Pega Version 7.1.8
When a chart control contained a Report definition with COUNTDISTINCT in the summarize field, the chart was not displayed at runtime. Manually executing the Report Definition displayed the data and the pie chart as expected. This was found to be an issue with chart control not rendering the chart at run time if the underlying RD source contained an aggregate function. To correct this, the pzIsChartReportColumnValid validate rule has been updated.
SR-127180 · Issue 192478
Modified display of Listview filters to show action buttons
Resolved in Pega Version 7.1.8
After upgrading, Listviews used to generate reports that included filtering were not displaying the "Apply" and "Cancel" buttons in the drill-down pop up. To resolve this, the setscrollingDIVHeight API has been modified to properly display the content.
SR-127202 · Issue 192389
Join and Like filters tuned for Listview
Resolved in Pega Version 7.1.8
Listview join filters with LIKE operations were not performing optimal SQL queries, impacting system performance. This has been tuned to improve the system response.
SR-127237 · Issue 190840
Time-related RUFs now use operator's time zone
Resolved in Pega Version 7.1.8
Date properties and Time properties were taking their reference from the server's default time zone, which created unexpected behaviors for operators in other time zones using start and end date functions. This has been resolved by updating the time-related RUFs to use the operator's defined time zone