Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

How do I create a report to only show Users with more than one asset assigned to them

Not applicable

How do I create a report to only show Users with more than one asset assigned to them

5 REPLIES 5

Adam Stout
ServiceNow Employee

This should be very straightforward using Related List Conditions

Not applicable

Thank you! So far I have created the conditions below, but cannot figure out how to Filter/condition showing only Users who are assigned >1 device. Any additional info is appreciated.

 

find_real_file.png

Hi Anthony, 

Just found this thread as I was looking for the similar solution whereby I wanted to find users assigned multiple computers and I have managed to get my report working as per Adam's suggestion to use Related lists

To get it to work your source table is actually Users [sys-user] and under related list conditions select Asset -> Assigned to and change the Greater than or Equal to to 2

Hope this helps

Ray

find_real_file.png

Thanks for your help, nice solution. Instead of writing a script, we can leverage this solution.