Seeing Users Who Access Reports?

Greetings,

How would I be able to see which users access which reports? Can I track when users access reports and how long they view those reports?

Comments

  • Hello there!

    You could enable auditing! This feature within Decisions allows you to track transactions involving all entities, including reports (Enable Audit for Report Execution checkbox):

    https://documentation.decisions.com/v8/docs/en/enabling-auditing?highlight=audit

    Additionally, you could run the query:

    SELECT * FROM report_user_storage

    It doesn't list the account emails who access a report, but it does list the account ID and last access date, as well as the report name.

    Hope this helps!

    -Gregory, Decisions Support

Sign In or Register to comment.