- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-16-2019 05:35 PM
I am trying to create a report to look at all users who have more than one asset assigned to them. Currently, I am exporting a list of all active assets to excel and pivoting data to find out who has more two or more assets. Is there a way to do that in service now Reporting?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-17-2019 05:47 PM
Please mark as correct if this has solved your problem.
I believe I have provided the correct response, just change the default "Greater than or equal to 1" to "Greater than or equal to 2".
Thanks 🙂
ServiceNow Nerd
ServiceNow Developer MVP 2020-2022
ServiceNow Community MVP 2019-2022

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-16-2019 05:52 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-17-2019 07:44 AM
I believe you would want to set this to greater than or equal to 2 instead of the default of 1.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-16-2019 06:16 PM
Thanks for this. Are you aware of anything that can be pulled out from any of the CI tables?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-16-2019 07:13 PM
You might be able to report on CI's where related Asset.Assigned to is not Empty, group by Assigned To
ServiceNow Nerd
ServiceNow Developer MVP 2020-2022
ServiceNow Community MVP 2019-2022