A report of RITMS where the owner of the RITM has no Tasks assigned to them

ChicagoRus
Tera Contributor

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?  

1 ACCEPTED SOLUTION

JenniferRah
Mega Sage

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?

JenniferRah_0-1738936959993.png

 

View solution in original post

6 REPLIES 6

Dr Atul G- LNG
Tera Patron
Tera Patron

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]

****************************************************************************************************************

JenniferRah
Mega Sage

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?

JenniferRah_0-1738936959993.png

 

Thank you!

ChicagoRus
Tera Contributor

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.