Need a Report on Active ( open) RITM's where One or more tasks are OPEN

Navneet3
Tera Expert

Hi Community Friends.

I need a report on RITMs where one or more task are open. The RITM has multiple tasks associated with it but one task could still be open. 

I found this thread but its not giving me what I need.

https://www.servicenow.com/community/itsm-forum/how-to-create-a-report-on-active-open-ritm-s-where-a...

 

Thank you for your help in Advanced.

 

 

2 ACCEPTED SOLUTIONS

Hi @Navneet3 Create the report on SC_Task table

condition: state is Open

Group By: Request Item

reference

HarishKM_0-1707439820096.pngHarishKM_1-1707439834468.png

 

Result:

HarishKM_2-1707439854820.png

 

Regards
Harish

View solution in original post

AndersBGS
Tera Patron
Tera Patron

Hi @Navneet3 ,

 

Just create a report based on the sc_req_item with a related list condition on the catalog task --> parent, that the state is one of:

AndersBGS_0-1707462279736.png

 

If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.

 

best regards

Anders 

 

If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.

Best regards
Anders

Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/

View solution in original post

6 REPLIES 6

Harish KM
Kilo Patron
Kilo Patron

Hi @Navneet3 why don't you run the report on sc task table and dot walk to request item . That way you should get correct result 

Regards
Harish

I did but did not give the results I wanted.

Hi @Navneet3 share your condition here

Regards
Harish

Here is what I have.