How can I get a list of reports and the last time they were run?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-13-2016 06:44 AM
In an effort to perform some report cleanup, I need to know how I can get a list of all of the reports and the last time they were run and by whom. This will aid me in my conversations with users and the eventual cleanup of old, unused reports. We are currently on the Eureka version. Thank you.
- Labels:
-
Service Mapping
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-13-2016 06:49 AM
Mike,
Report >> view / run will give you the list of all reports (click on all on the header to get all reports). you have a column called last run that will help you to know which report were run for the last time.
http://wiki.servicenow.com/index.php?title=Generating_Reports#Viewing_the_Reports_List
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-13-2016 08:51 AM
Not only that, but there's a tabled called Report View that tracks every time you run a report.
For example, here's a report built on that table that shows you how many views each report had by quarter:
Another way of looking at it, shows the time since the last report view:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-13-2016 08:56 AM
I do not see that table when I go to create a new report. Could this data be under another table name? Is it named something different in Eureka? Do I need admin access to see this table?
Thanks,
Mike Ryba
Mike Ryba Manager, Governance and Configuration Management
111 N Canal St | Chicago, IL 60606 | USA | +1 312 517 6091
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-13-2016 09:02 AM
My instance is a Eureka instance.
There is a system property called glide.ui.permitted_tables which your admin may need to add the table to in order report against.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-13-2016 09:03 AM
Actually, sorry -- I just double-checked and I didn't have that table added to that property. However, there is an ACL that requires the role report_admin out-of-the-box.