How to Enable Export option in Token Based iFrame Embedding?
When embedding a dashboard in an iFrame, users may encounter issues with the visibility of the export button. This article provides guidance on how to ensure the export functionality is enabled correctly.
Problem Description
Users may notice that the export button does not appear in the dashboard menu when embedded using token-based iFrame embedding, despite adding the parameter ‘&export’.
Solution
To enable the export option in a token-based iFrame embedded dashboard, it is important to use the correct syntax for the export parameter. Instead of using ‘&export=true’, which is used in general iFrame embedded dashboards, the correct parameter to include is:
&embed_dashboard_export=true
When embedding the dashboard to enable or disable the dashboard option, it is necessary to use the respective syntax.
- For enabling the dashboard option in general iFrame embedding, refer to the documentation.
- For token-based iFrame embedding, please refer to the documentation.
By following these guidelines, the export button should be successfully displayed in the embedded dashboard. If further assistance is needed, please consult the provided resources or reach out for support.