Question
Pega
US
Last activity: 19 Dec 2017 0:05 EST
How to Show Report from a Page List coming from a data page
I have a requirement, where I am fetching live data from a different system through Connect REST via a Data page; hence I am able to store them in a clipboard page list property and show them in a repeat grid layout in the UI. But now I need to show charts based on those data.
Is there a way to show charts without storing these page list values in a pega databse?
Basically I want to show charts based on data page page list response values sourced from a Connect REST.
***Updated by moderator: Lochan to add Categories***
Hi Arijit,
Thanks for posting on PSC.
We can achieve this requirement by an activity configured either on post-processing of data page invocation or once the data is available on the clipboard as a page list.
In the activity, call Page-Copy method to copy content from Page-List in another page list of the different class with same hierarchy. Then, obj-save can be called to save the content in the mapped table.
Once the data is available, you can configure a report definition with required columns.
Hope it helps you or gives you an idea to achieve your requirement, if it does kindly notify.
Regards,
Asif