Getting a total count in dashboard: Reports

HussainM
Tera Contributor

Hello,
I need to get the sum of all reports: giving the count (All from different tables) in a single count report,
How can I do this?

HussainM_0-1680157234434.png

 

4 REPLIES 4

AndersBGS
Tera Patron
Tera Patron

Hi @HussainM ,

 

Unless all the tables is extended from the task table, then you need to utilize ServiceNow Performance Analytics where you can do calculation based on results.

 

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/

Hello,
@AndersBGS  All the tables here are custom, none are extended from task or any other table.

Hi @HussainM ,

 

Then the only solution is Performance Analytics, unless you want to export data to other system.

 

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,
Can you provide more details on how to implement the PA solution? I am trying to work out something similar.