This content has been marked as final.
Show 3 replies
-
1. Re: Find Out how many times a Dashboard was published on Server
Jeff StraussJun 2, 2015 9:44 AM (in response to sh vy)
do you already know how to tap into the Tableau Postgres repository using the readonly id? If so, then you can look at historical_event_types and join to historical_events to get the info that you need. here is the event you should look for: where hist_event_types."name" = 'Publish Workbook'
-
2. Re: Find Out how many times a Dashboard was published on Server
Jeff StraussJun 8, 2015 7:12 PM (in response to Jeff Strauss)
sh vy did this help?
-
3. Re: Find Out how many times a Dashboard was published on Server
sh vy Aug 3, 2015 1:41 PM (in response to Jeff Strauss)Yes thanks for your help.