
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2023 06:06 AM
I am reviewing reports and dashboards that were created by users that are no longer active. My initial thought was to purge these items. But then I considered the fact that other users may still be using them, even though they did not create them.
Is there a way to see how often reports are run and who runs them?
Is there a way to see who visits a dashboard and what they do during their visit?
I was thinking maybe some analysis of the Transaction logs could help. But I didn't see a way to group/filter transactions by report or dashboard.
Thanks for your help!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2023 06:26 AM
Hi @Christopher Sik ,
Create a report based on the report_stats table. This will give you below overview:
If you also would like to see the utilization of dashboards, I would suggest you to follow the solution created by Adam stout: https://www.servicenow.com/community/performance-analytics-blog/tracking-and-reporting-on-dashboard-...
if my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.
Best regards
Anders
If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.
Best regards
Anders
Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2023 06:20 AM
Hi Christopher,
You should be able to use the Report Stats table (Report Statistics in the module navigator, report_stats) to see when a report has last been run, how many times it's been run, etc... It does, however, stop short of showing who ran the report.
I'm not aware of anything for dashboard statistics, other than high level numbers from the User Experience Analytics which will show you page visits (how often each dashboard is visited).
Thanks,
Sam

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2023 06:24 AM
Hi,
you can find the Reports stats in below table:
Thanks
Anil Lande
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2023 06:26 AM
Hi @Christopher Sik ,
Create a report based on the report_stats table. This will give you below overview:
If you also would like to see the utilization of dashboards, I would suggest you to follow the solution created by Adam stout: https://www.servicenow.com/community/performance-analytics-blog/tracking-and-reporting-on-dashboard-...
if my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.
Best regards
Anders
If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.
Best regards
Anders
Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2023 10:30 AM
Thanks Gentlemen ( @AndersBGS @Anil Lande @Sam Earl ) for the quick response to my questions. Your solutions will definitely address my need. Cheers! 🙂