Pass a Custom View name as a param on init
When first initialising the dashboard, it would be useful to be able to specify the name of a custom view to load too.
My scenario is that we have embedded dashboards in a website and allow the users to define the custom view via a URL param (e.g. http://example.com/dashboard?customview=myView)
Currently, I have to first load the dashboard, retrieve the list of custom views and then apply myView. This is doubling the load time for the page as it has to load the dashboard twice.
Ideally the API would allow me to pass myView as a parameter and load that view directly (or return an error that the view doesn't exist).
Hi Clare, Can you help me to retrieve the list of custom views to display on web page for tableau dashboard