Hey there, we've built a dashboard in Dashboard studio which includes a report in table format. When users select export, it defaults to PNG and must select CSV. Is there any option in XML or JS to disable PNG export, or perhaps create a custom EXPORT TO CSV button for this purpose???
Enquiring minds need to know!
Hi @BradOH
You can disable the export options by adding the following to the JSON of your dashboard, or under the view options of the dashboard itself - although this will also remove the CSV export option too. There is no way to selectively disable/enable different exports or add custom JS to a dashboard studio dashboard at this time.
"applicationProperties": {
"hideExport": true
}
🌟 Did this answer help you? If so, please consider:
Your feedback encourages the volunteers in this community to continue contributing