Hello Dear Community members,
I am newbie to Tableau, I am trying to learn how I can embed https://sample-website.com/#/home not the views pages in my website. I found share button in report/views but looking to show all the home icons in my website. Respective to what role or permission the user has the default home page / landing page icons should also be visible and they can traverse the respective reports.
Thanks in advance. I know Tableau gurus will help on this.
Regards
Pradeep
Hi there,
here is the Tableau Embedded Playbook.
Full documentation on how you can ebbed your dashboards in a website.
Here are few samples on how the variables for embedding can be changed (based on your shared code).
Here are the parameters for embed code.
For your example you need to embed this code:
<param name='toolbar' value='yes'/>
Values might be: yes; no; top
Not sure you can display them based on user access. But, if the website js can recognize the user you can programmatically change the value to 'yes' from 'no'.
Let me know if this was helpful and mark the answer.
thanks
Adrian