Can we create a report that lists users who have more than one asset assigned to them?

rocily
Kilo Contributor

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?

1 ACCEPTED SOLUTION

The SN Nerd
Giga Sage
Giga Sage

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

View solution in original post

8 REPLIES 8

The SN Nerd
Giga Sage
Giga Sage

Report (new UI)

find_real_file.png


ServiceNow Nerd
ServiceNow Developer MVP 2020-2022
ServiceNow Community MVP 2019-2022

I believe you would want to set this to greater than or equal to 2 instead of the default of 1.

rocily
Kilo Contributor

Thanks for this. Are you aware of anything that can be pulled out from any of the CI tables?

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