Sum of RITM Variable in a report

Burhan Shah
Tera Contributor

Hello Community,

 

I am creating a report which can show the sum of all variables entered for a specific catalog item.

 

For example: The name of the variable is "Invoice Value" We have 5 RITMS and they have 5000 added as Invoice Value. How can I create a report showing the sum of the total Invoice Value of all RITMS?

 

Regards,

Burhan Shah

11 REPLIES 11

Anurag Tripathi
Mega Patron
Mega Patron

Hi,

Check this thread where similar question is answered

Solved: Adding catalog item variables into report? - ServiceNow Community

-Anurag

Hi @Anurag Tripathi 

This thread is only about adding variables to the report but not the sum value of a variable.

 

Regards,

Burhan

AndersBGS
Tera Patron
Tera Patron

Hi @Burhan Shah ,

 

Just create a report based on the sc_cat_item table whit condition "item is xxxx". Afterwards make the report to sum  "invoice value".

 

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/

Hi @AndersBGS 

 

Firstly. I can't dot-walk the catalog item. Secondly, there is no option to dot walk the catalog item variables too.

 

Regards,

Burhan