Category / Section
How to enable or disable Export Option in iFrame Embedded Dashboard?
Published:
When embedding a dashboard using an iframe, you may notice that the export option is not available by default. To enable the export option, you can follow these steps:
Step 1: Enable Export Option in Get Embed Code UI
-
Open the Get Embed Code UI in your BoldBI Server by referring to the help documentation.
-
Locate the Export option and enable it, as shown in the screenshot below:
Step 2: Add Export Parameter to Iframe URL
Alternatively, you can enable the export option by adding the export=true
parameter to the iframe URL. For example:
http://localhost:54321/bi/site/site1/dashboards/3b141abe-333c-474c-939f-8e3558974081/Human%20Resources/HR%20Recruitment%20Dashboard?isembed=true&export=true
By following these steps, you should now see the export option when rendering the dashboard in an iframe. Similarly, you can also enable the following options Dashboard comments
, Widget comments
,Views
and SSO
by enabling it in Embed code
dialogue box, as shown below.