-
1. Re: Automatically switch between workbook sheets on Tableau server
Mark Bradbourne Oct 25, 2017 6:41 AM (in response to Pedram Mobedi)If the schedule is based on a date, it would be possible. You would create a sheet for each schedule, then use a filter to show/hide based on a calculation.
So, the Worksheets would have an arbitrary values of 1, 2 ,3, etc
The calculation would be something like:
Case DAY([Date])
When 'Monday' then 1
When 'Tuesday' then 2
etc
END
Then you add the calculation to the Filter shelf, and assign the appropriate value to the sheet.
-
2. Re: Automatically switch between workbook sheets on Tableau server
Pedram Mobedi Oct 25, 2017 7:24 AM (in response to Mark Bradbourne)I think I could not explain the problem well.
I basically want something like a marquee effect with my sheets and not a date filter to show and hide sheets.
Say, if there are three sheets in the workbook: Sh1, Sh2 and Sh3
I want my browser to switch between sheets every 5 minutes. I can do this effect with my browser. But on Tableau server all workbook sheets sit on the same tab.
This means, unless somebody manually switches the report sheet, it will stay on the screen.
Appreciate any workaround for this.
Kind regards,
Pedram
-
3. Re: Automatically switch between workbook sheets on Tableau server
Mark Bradbourne Oct 25, 2017 8:06 AM (in response to Pedram Mobedi)There is no built in functionality to achieve this.