Question
Repeat grid sorting issue with data page
Hi,
I have repeat grid that sourcing data from data page, that gets data form a report. One column on a report is a function result which produces result as DateTime. On a cell confguration properties referenced as .pxPages(Class).PropertyName. For coulumn which is a function result, I refernced as .pyDateTimeValue(1). Problem is there is an error during a sort, if I look at log files it says (Summary): Comparator not able to identify class of the column data.
Any idea how I can make sorting work for this column?
***Updated by Moderator: Marissa to update categories***
Please check ref Article Restrictions section:
https://pdn.pega.com/sites/pdn.pega.com/files/help_v718/procomhelpmain.htm#rule-/rule-obj-/rule-obj-model/actionsort.htm
You cannot specify a Page Group mode property as the target for the Sort action. That is, you cannot sort by properties in a Page Group mode property.
You cannot sort by properties in the Page List that are not single-value properties. For example, you cannot sort by a Page property in a Page List property.