- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-15-2016 12:08 PM
Hello everyone
I am trying to create a report on all the CI's which we have and list of incidents associated with them in the below format. I am not sure whether this is possible or not but needs inputs from group.
Just a thought, can we do this on ci's table directly if possible ?
Thanks in advance
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-16-2016 01:19 PM
Select Affected CI/Service instead of Affected CI/Service--> Configuration Item Fields
Go back to incident table field (in yellow below) and select the field name from drop-down

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-15-2016 12:32 PM
If you want it in the list format like this, then you probably want to add a Calculated Field for it. Calculated fields do exactly what you are talking about, but they are somewhat resource-heavy on the system. See System Dictionary - ServiceNow Wiki for more information.
You could potentially create a custom report to provide this same output, and avoid the pitfalls described in the Wiki (e.g. recalculation with every query), but that's probably not an optimal solution. Try the calculated fields first, and be sure to use a really lightweight script to keep it as fast as possible (e.g. use GlideAggregate to count incidents for each column, instead of GlideRecord).

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-15-2016 12:52 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-15-2016 01:08 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-15-2016 01:19 PM
You are choosing Affected CI in row instead of Configuration item.