Question
4
Replies
1827
Views
NTT Data Italia S.p.A.
Posted: January 18, 2018
Last activity: February 1, 2018
Closed
How can i manage dynamic report paging in the activity when i call a report?
Hi,
How can i manage dynamic report paging in the activity when i call a report?
For example, in my activity i call Myreport that returns 3 pages.On these pages i have to perform some elaboration. In order to improve performance, i would like to load one page at the time in the clipboard and so looping for 3 times. How can I meet this requirement?
***Updated by moderator: Lochan to branch reply and create new post***
To have dynamic report paging you can build the query input page with the page size.
Create a page QueryInput of type Embed-QueryInputs
On this QueryInput page, set QueryInput.pyPagingSettings.pyPageSize = "your required size"
Pass this QueryInput page as Param.pyReportParamPageName=QueryInput to pxRetrieveReportData