- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2018 10:28 AM
Friends,
I need a report that will show me all the assignment groups in servicenow.
That report must include groups that have no tickets or requests or activity at all.
go!
Tony
Solved! Go to Solution.
- Labels:
-
Reporting

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2018 12:38 PM
You can create database view between sys_user_group and task table to find out assignment groups with no tickets assigned.
Regards,
Sachin

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2018 12:38 PM
You can create database view between sys_user_group and task table to find out assignment groups with no tickets assigned.
Regards,
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2018 12:51 PM
YES that works:
Data [Table ] Group [sys_user_group]
Type [List]
Group [ --None--]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2018 01:56 PM
If you have Jakarta (or Istanbul with the Report Designer Enabled), you want to use a report with a Related List Condition. No new view will be needed and you can get a clean list of records (one record per group not one record per incident). You can also filter the incidents in the report (e.g., no P1 incidents, no incidents > 30 days old, no incidents from VIPs, etc.).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2019 08:47 AM
How would I use the Related List condition to show any assignment groups that currently have no task assigned to that group and another report to show groups that have had no tickets in 60 days?