We have updated Flexmonster Software License Agreement, effective as of September 30, 2024. Learn more about what’s changed.

Export multiple reports at once

Answered
Ashley Murphy asked on January 25, 2018

Hey,
I'm loading about 10 reports on a page, where I need to give the users the ability to download all of these at once from one button (zipped preferably). Is this possible in current Flexmonster? Global report downloads?
I know I can make the button export all of the reports, one by one, giving them 10 files, but I'd prefer not to.
I'm using the latest version of Flexmonster.
Thanks,
Ash

1 answer

Public
Iryna Kulchytska Iryna Kulchytska Flexmonster January 25, 2018

Hello Ash,
 
Thank you for your question.
Each instance of the component exports its own report and there is no global report download. At the same time, the report can be saved (save() API call) or exported (exportTo() API call) to the server. You can find more details about these API calls by following the respective links:

 
General approach could be as follows: you have the button that initiates the export for all 10 reports to the server, monitor on the server when all the reports will be received and pack them in one zip for this user.
 
Please let me know if this approach can work for you.
 
Kind regards,
Iryna

Please login or Register to Submit Answer