Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pass a Custom View name as a param on init #14

Open
clarelam opened this issue Jan 14, 2022 · 1 comment
Open

Pass a Custom View name as a param on init #14

clarelam opened this issue Jan 14, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@clarelam
Copy link

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).

@illonage illonage added the enhancement New feature or request label Jan 18, 2022
@suregitenthu
Copy link

Hi Clare, Can you help me to retrieve the list of custom views to display on web page for tableau dashboard

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants