Support Article
Reports displaying charts incorrectly
SA-78940
Summary
On creating reports with charts, a chart using a Date field with the 'Day of' format displays additional values in the chart. This occurs when the field is used as the X-axis value.
This works when 'Date and Time' is used and grouped by month.
Error Messages
Not Applicable
Steps to Reproduce
Use a Date or Time field and have it format to 'Day of'.
Root Cause
A defect in Pegasystems’ code or rules.
The parseDate() and formatDate() Methods in the com.pega.pegarules.priv.desktop.reporting.FusionChartDataGeneration class applied the server's default timezone to the values of Date and TimeOfDay properties when they must be treated as GMT. Additionally, the normalizeDateCal() and createDateTimeCategories() methods correctly set only the DateTime properties to the operator's timezone. However, these methods did not set the Date and TimeOfDay properties to GMT.
Resolution
Apply HFix-52811.
Published August 15, 2019 - Updated December 2, 2021
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.