Question
2
Replies
1982
Views
Sahadevan
Posted: March 2, 2018
Last activity: July 2, 2018
Closed
How to Export UI filtered results to Excel
Hi,
I have a repeat grid with data page as source . When user apply any filter on the grid , i want to export the filtered results into excel . I tried using MSOGenerateExcelFile activity . But it is exporting all the results . But am interested in exporting only filtered results. How can i do that.
***Updated by moderator: Lochan to update Categories***
As a design policy, Pega decided that we will not retain temporary filters in
1. Save
2. Save-as
3. Export
Since it is subjective, some users may want to filter data in excel as they find it more convenient to filter there.
In this case, the real problem for the user is the number of records that are getting exported.
The number of records to export is configurable and it should limit it to a reasonable number like 10000.
P.S: This requirement is already submitted as an Enhancement Request to fix in future release.