Can we customize Repeating Grid filter using two Property values for a single column?
We are having a requirement to filter a Repeating Grid column. Repeating Grid source is a Report Definition and the results of the Report Definition is stored in a Data Page. There is a property called DaysToGo which will calculate using two Property values (ActionDate, CaseCalender – calculation is done using a Control rule). All these three Properties are included in the Report Definition so when it generating the results for grid DaysToGo Property get values without any issue. For the filtering Pega behavior is execute the same Report Definition only for the filtering column (ex: Report Definition SQL -> SELECT DISTINCT DAYSTOGO FROM…..). In DB there are no values for DAYSTOGO so it shows blank for filters. Is there any way to customize repeating grid filters to solve this issue? PRPC V7.2