Hello, can you tell me how I can give my employees the ability to save the settings they have made for generating a report? Sometimes there are complex reports, so that they don't have to click around in circles, it's better to give them the ability to save these settings.
Hello, Serhii!
Thank you for reaching out to us.
Flexmonster provides multiple ways to save and restore report settings so you can choose the approach that best fits your use case. You can find implementation guidelines and more helpful information on this topic in our docs: https://www.flexmonster.com/doc/save-and-restore-report/
If you need any guidance or have specific questions or requirements, our team will be happy to help!
We are looking forward to hearing from you.
Best Regards,
Maksym
Hi. If I use the save report function, I also save the report data. I only need to save the settings that will be overlaid on the actual data when I click.
Hello,
Thank you for the response.
It is possible to use the getReport
API call to get the current report settings. Then, you can preprocess the JSON by deleting the dataSource
object before downloading the report. Please check the following JSFiddle for reference: https://jsfiddle.net/flexmonster/dz4gnx6j/.
Kindly note that to open the created report, you should add the data source object back to the JSON object.
Please let us know if it works for you. Looking forward to hearing from you.
Kind regards,
Nadia