I am using pxConvertResultsToCSV activity so end user can download a CSV file out of a Page List data on screen. Now, I have set Report Definition for the source of Table, and also I’ve enabled pagination in the Table as below.
@CloeW938 Since you might have used Call pxConvertResultsToCSV in an activity to export results to CSV, can you make use of Call Rule-Obj-Report-Definition.pxRetrieveReportData activity to pull the results on to another page so that all results can be pulled and can be passed on to pxConvertResultsToCSV there by overcoming the few results exported to CSV.
There is another configuration which might work - Use data page instead of report definition both on UI and to pass pxConvertResultsToCSV but drawback is you will have all the results on clipboard page even though used pagination.
Thanks, I was able to get a full list by your approach. The Page List already exists by Report Definition defined in the Table on a section rule, and calling Rule-Obj-Report-Definition.pxRetrieveReportData on another page is a bit wastful as we are basically running a query twice, but looks like this approach at least resolves the issue. Thank you for sharing your insight! This is very helpful.