Hi, all
We have a page list and need to display the page list results in Reports. How can we achieve this?
Hi, all
We have a page list and need to display the page list results in Reports. How can we achieve this?
Hi @VANNEMSETTIV,
We must expose the page-list to use them in RD. This can be achieved using Declare Index.
1.Create an Index class
2.Create an index rule and specify the pagelist and pagelist class and Index class
3.Create all the properties to be indexed in Index class. Map pagelist properties to index class properties.
Regards,
Prasad.
Hi @VANNEMSETTIV ,
Pega reports themselves cannot directly display data from page lists. However, there are a couple of workarounds to achieve your goal of showing page list data in reports:
Regards,
Mohd Qizer Uddin