Custom Filter in report definition issue with drill down column menu summarization.

Hi,

My. Requirement is:

  • While loading report must show last 60 days data. after that user can choose date range max of 60 days different (I am using custom filter for UI).

  • My filter on main report is : (A and B and C) OR A AND D (Where A is product from custom filter , B start date from custom filter, C end date from Custom filter, D is report filter = less than 60 days)

  • I am getting last 60 days data while loading report and getting data base on custom filter if user change date range.

  • I have drill down report which also show correct data.

  • Issue is when i apply column menu summarize on drill down report its showing result on default report data not on customer date range data.

@Samirkumar even its not loading default custom filter date range data if report has drill down report. grouping and summarizing time filter data is not present.

@Samirkumar Any one have idea on this or this is Pega bug.

@Samirkumar

It appears that the issue you are experiencing with the drill down report not reflecting the custom filter date range data when summarizing might be related to a known issue. According to the Pega Platform 8.7 Resolved Issues there was a problem where custom filter sections were not being propagated correctly to the drill down report when summarizing. This issue was resolved by copying actions from pyDefaultCustomFilterApplyCancel and applying them to the Summarize selection in pzGridMenuNavRule. This suggests that a similar issue might exist in version 8.5.3 and upgrading to a later version where this issue is resolved could potentially fix the problem.

:warning: This is a GenAI-powered tool. All generated answers require validation against the provided references.

Pega Platform 8.7 Resolved Issues