Question
Publicis Sapient
IN
Last activity: 17 Jun 2022 8:54 EDT
Report Definition - Export excel button
Hi,
In my application I configured a Table layout source Report definition with pagination enabled lets say 50 results per page. In the same section I have button to export to excel.
When user clicks on the button, the first page results should be exported to excel file and download, in the same way next page results can be exported.
How can I achieve the export feature based on pagination results ? Could you please someone suggest ? Thanks in Advance.
***Edited by Moderator Marije to add Capability tags***
@Shaik Muzammil On the table layout configuration check "Specify custom results page" and provide a name which will contains the results for the current page and you can make use of the ootb activity pxConvertResultsToCSV to export the results.