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:

  1. optimised the pega list properties by using optimizing wizard
  2. Pega will declare index rule ,index class, and table
  3. Create a report and configured those properties in report definition

Regards,

Mohd Qizer Uddin