- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2025 05:21 AM
I'm looking for a way to create a report of RITMs where the owner of the RITM does not own any of the catalog tasks (SCTasks). I tried using [sc_req_item] as the table and dot walking to assigned to and that didn't work. I tried from the RITM and Task table and those didn't work. Anyone have any ideas?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2025 06:02 AM
Is this what you mean? Basically, you want all active RITMs where the Assigned to person in the RITM doesn't have any tasks Assigned to them?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2025 05:58 AM
Hi @ChicagoRus
Try in reverse side, create report in Sc_task table and dot walk to RITM.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2025 06:02 AM
Is this what you mean? Basically, you want all active RITMs where the Assigned to person in the RITM doesn't have any tasks Assigned to them?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2025 06:39 AM
Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2025 06:25 AM
Thank you both for responding so quickly. AG - I tried going the other direction (from SCTask) but it didn't work.
Jennifer - I want RITMS where the assigned to of the RITM has no tasks assigned to them from that RITM. (They own the RITM, but don't own any of the work.) I tried changing your example to "Is different from" but unfortunately no go.