-
1. Re: URL Action to workbook not view
Alex Braun Mar 21, 2017 2:03 PM (in response to Theresa McInally)Yes, if you navigate to the workbook page on server, it will have a number and you can use that to navigate to the workbook page to select a view from there.
If you use the workbook table, the ID field will give you the number
-
2. Re: URL Action to workbook not view
Theresa McInally Mar 22, 2017 1:37 AM (in response to Alex Braun)Thanks Alex, but this solution won't work for me. The issue is that the view name will change - be dynamic based upon the number of views a user has. My indexing means I can't return the name of the view, just the workbook, So I am looking for a way to navigate just to the workbook without referencing a view at all.
-
3. Re: URL Action to workbook not view
Alex Braun Mar 22, 2017 5:07 AM (in response to Theresa McInally)Are you using the PostGreSQL tables in tableau to get your most viewed workbooks? If so you should be able to join to the workbooks table and get the workbook ID and put it in that URL posted above. That URL will just take you to the page where is lists all of the available views within the workbook.