Question
2
Replies
136
Views
Express Scripts
Posted: April 24, 2020
Last activity: April 25, 2020
How to change Label of export to excel file while using pzRDExportWrapper OOTB activity.
I have a question that is based on the requirement in our project. we are using export to excel feature using Report Definition as source by calling pzRDExportWrapper activity. Here I am able to export the data into excel but getting the excel name as constant Name(Which is Report Title) + CurrentDateTime. Is there any chance to change the Constant Name to Dynamic based on a property value text as (.Property + CurrentDateTime).
Hi
I think we can not change that OOTB export to excel functionality. You can try creating your own activity using pxGenerateExcelFile to generate the excel with custom filename.
To get more understanding on how to use this you can refer to https://collaborate.pega.com/discussion/export-data-data-page-excel
Thanks