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.

Reporting on User Assets

vcaracci75
Tera Expert

I am trying to create a report form the sys_user table that shows the users name Department, and what assets are assigned to them. I was able to pull first name, last name, and department. The assets are in a related list though. How do I add that to the report? (see below)

 

find_real_file.png

1 ACCEPTED SOLUTION

Cody Smith _ Cl
Tera Guru

Assets are stored on the `alm_asset` table and not the user table.

In the report use the "Related Lists Conditions" "Asset --> Assigned to" and the user you are looking for. 

View solution in original post

1 REPLY 1

Cody Smith _ Cl
Tera Guru

Assets are stored on the `alm_asset` table and not the user table.

In the report use the "Related Lists Conditions" "Asset --> Assigned to" and the user you are looking for.