Question
1
Replies
109
Views
Posted: March 20, 2020
Last activity: March 20, 2020
OOTB Reports Export to Excel GMT Time Stamp Not Wanted
For our Pega implementation our client wants to export to excel the OOTB reports and they want the file name that is exported to contain the time stamp from their current operator time zone. I understand that Pega includes this time stamp in GMT format by design, however our client does not want this.
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