-
Notifications
You must be signed in to change notification settings - Fork 436
Hide Views when Publishing a Workbook #354
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
Comments
Hi Team, I also have same concern. Any help on this concern. Regards, |
Hi twozeroseven, Did you get any solution? Regards, |
It's not possible through the API directly (as far as I know). Once it's published, you can delete the views (which doesn't delete them from the workbook, just makes them invisible). I'm not convinced that can be done programmatically because I don't think the ability to remove a view is in the API either. Please upvote https://community.tableau.com/ideas/7768 |
Is there a better way to setup a workbook to not have hidden sheets? |
This was added to REST API, need to plumb it through: |
Duplicate of #315 |
Any update on that matter ? |
A workbook with worksheets set to hidden - which is not uncommon for Workbooks with 1 dashboard view and many hidden worksheets. Upon publishing via workbook.publish() method the sheets show up on Tableau server as visible.
The text was updated successfully, but these errors were encountered: