How to retrieve a more extensive history of report executions?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2024 04:24 AM
I'm aware of table [report_stats] and the definition I have for this table is: The report_stats table in ServiceNow is used to store statistical data about reports, helping users analyse and optimise report performance and usage.
I can see there is a field named 'Last Ran' but how can I source a more extensive history?
This is my user story:
As a: report manager
I want: to be provided with a full history of when a report was ran, who by, and other relevant information
So that: I can monitor when a particular report was ran since it was made available in the system e.g. User A ran this report each day between 1-25th of May, User B ran the report on just the 3, 6, 12, and 25th of May, User C runs the report every day, etc.
Anyone able to help? Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2024 07:12 PM
Maybe the table report_executions can give you more details.