Articles in this section
Category / Section

How to Enable the Views Icon in an Iframe Embedded Dashboard?

Published:

When embedding dashboards using an iframe, it is possible to include a Views icon that allows users to view different filters. To enable the Views icon in the dashboard banner, follow these steps:

  1. Modify the Iframe URL: You need to add a specific query parameter to the iframe URL. This can be done by toggling the ‘Views’ switch to the ‘ON’ state in the ‘Embed Code’ dialog box. This action will automatically add the query parameter views and set it to true in the iframe URL.

    image.png

  2. Example Iframe Code: Below is an example of how the iframe code should look after adding the necessary query parameter:

    <html>
    <body>
        <iframe src='http://localhost:53623/bi/site/site1/dashboards/ac6ff38b-a0b9-4ea4-b29f-b9924e196fc4/Finance/Stock%20Share%20Analysis%20Dashboard?isembed=true&views=true' id='dashboard-frame' width='100%' height='600px' allowfullscreen frameborder='0'></iframe>
    </body>
    </html>
    
  3. Result: After implementing the above changes, the Views icon will appear in the dashboard banner, allowing users to access and view the dashboard views.

    image.png

By following these steps, you can successfully enable the Views icon in your iframe embedded dashboard.

Additional References

Was this article useful?
Like
Dislike
Help us improve this page
Please provide feedback or comments
SM
Written by Soundarya Mani Meharan
Updated:
Comments (0)
Please  to leave a comment
Access denied
Access denied