ServiceNow REPORTS

Apurva127
Tera Contributor

In ServiceNow I want report like following,

 

the sum of number of Incidents, SC Tasks, and Change Requests assigned per Assignment Group (only ITIL group we want in report)
if 0 record is also there then show that in reports.

 

something like following:

 

Assignment Group              Incidents       SCTASKs       Changes        TOTAL SUM
               A                                           3                 4                          6                       13
              B                                            4                 5                         2                        11
              C                                           0                 0                          0                       0
              D                                          10              20                         30                     60

 

 

How can we achieve this report.
Please give me solution & detailed steps for this.

11 REPLIES 11

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Apurva127 

 

You can create a report on the TAS table, and it should be a pivot-type report.

 

DrAtulGLNG_0-1758009670206.png

 

*************************************************************************************************************
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]

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

Hi @Dr Atul G- LNG 
Thank for help
Is TAS table means [ TASK ] table

Hello @Dr Atul G- LNG 

Thank you .

I tried with this but it is not giving data for assignment group with 0 record for all (incident , change ,scTask ) like Group C in given question.

Apurva127_0-1758010820567.png

 


please help here

Hi @Apurva127 

 

Create the Multi Pivot type report

 

DrAtulGLNG_2-1758011014545.png

 

 

 

DrAtulGLNG_1-1758010986638.png

 

*************************************************************************************************************
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]

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