1. My requirement is that users can be able to download the reporting interface as pdf using a click of a button. 2. Also if there is any way to export my reporting data in excel (my reporting interface contains- counts of events, dropdowns and charts like- column chart, pie chart, bar chart, etc.)
Discussion posts and replies are publicly visible
Piyush Vaswani said:My requirement is that users can be able to download the reporting interface as pdf using a click of a button.
This is not possible. You need to create a generic template and feed data from the UI to create a PDF, but exporting the exact visible interface as a PDF is not possible. However, users can do this manually by clicking Ctrl + P (Windows) to export as PDF -> you can add instructions on the UI.
Piyush Vaswani said:Also if there is any way to export my reporting data in excel (my reporting interface contains- counts of events, dropdowns and charts like- column chart, pie chart, bar chart, etc.)
You can export data in excel but visual charts and pie directly is not possible.