Discussion
1
Replies
2565
Views
cognizant
Posted: March 23, 2016
Last activity: March 23, 2016
Closed
How to export to excel with filtered columns in grid
we have a repeat grid with source as datapage(runs RD), we have export to excel which exports the grid data.
if we set filters in the columns and then export to excel , it doesn't export the filtered data which is seen in the UI, is there a way to do this.
we achieved this by using report defintion as source in the grid and checking "create grid dynamically" option, also provide a custom results page and pass this page to the exporttoexcel activity as parameter , this worked for us-we are able to export the filtered column data now.