-
1. Re: how to refresh workbook for every 5 minutes?
Paulo Dantas Sep 4, 2018 6:17 AM (in response to inder mehta)Hi Inder,
you want refresh the extract or the dashboard?
Cheers.
-
2. Re: how to refresh workbook for every 5 minutes?
inder mehta Sep 24, 2018 2:42 AM (in response to Paulo Dantas)Paulo Dantas its Dashboard...
Regards
Inder
-
3. Re: how to refresh dashboard for every 5 minutes?
Natarajan Vijaikumar Sep 25, 2018 2:17 AM (in response to inder mehta)Hi,
You can schedule a refresh in Tableau Server by setting up when to extract, if not you can make it as LIVE connection which will get the real time data.
Thanks
-
4. Re: how to refresh dashboard for every 5 minutes?
meenu choudhary Sep 25, 2018 2:23 AM (in response to inder mehta)Hi Inder,
You can refer below discussion on similar queries:
Refresh Dashboard automatically every 5 mins - how do you do this?
Schedule extract refresh for every 5 mins
Auto Refreshing Live connected dashboard in Browser(through server)
-
5. Re: how to refresh dashboard for every 5 minutes?
Alex Braun Sep 25, 2018 5:18 AM (in response to inder mehta)You will want to use the following tabcmd in order to refresh your workbook.
tabcmd login -s http://localhost -u jsmith -p password
tabcmd refreshextracts --workbook "My Workbook"
tabcmd logout
You may need to add the --no-certcheck option to your scripts as well.
Here is some more information about the tabcmd scripts