Hi,
I'm looking for a way to give anonymous access to Mango data, including tabular data like in a report. The goal is to allow anonymous users to copy/paste (or download) data into a third-party application (a spreadsheet for example).
I know that I can include a graphical view in an iframe, or build a custom view using jsp and tags. But they can only display current data or historical charts. I would like to display a table of time-value pairs for a given time interval, or give the ability to export a spreadsheet file. Is there an appropriate component or tag for that ?
This can be achieved by a report, but they can't run anonymously. Or can they ? An admin can also directly access the system database using SQL, but no way for an anonymous user. Is there another possibility ?
Thanks,
Nicolas