Skip to main content

Hi,

 

Can you please let me if it is possible to Find Out how many times a Dashboard was published on Server. If so how can we find it? Is this data stored in logs or in tableau Backend Database?

3 answers
  1. Jun 2, 2015, 4:44 PM

    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'

0/9000