Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

How to put count of active incidents in dashboard in tiles

Simona6
Tera Contributor

I want to put count of active incidents in tiles for already created dashboard.

1 ACCEPTED SOLUTION

Dhananjay Pawar
Kilo Sage

Hi,

As Allen said you can achieve this using normal report.

 

Create new report on incident table

Under Data tab --

   give the name to report.

   select source type as table.

  select the table as incident.

 

Under Type tab --

  select single score visualization

Under Configure tab --

  select aggregation as count

 

and add filter Active is true(Check attached screenshot)

find_real_file.png

 

run the report

save the report

add the report to dashboard

 

then you will find score on dashboard.

 

Thanks,

Dhananjay.

View solution in original post

3 REPLIES 3

Allen Andreas
Tera Patron

Hi,

You can create the report (using even basic reporting not PA) and choose "add to Dashboard" and simply add it that way.

find_real_file.png

Please mark reply as Helpful/Correct, if applicable. Thanks!


Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

Ugh...well, glad you found the correct answer, although mine is what is Correct.

I'm sorry I didn't give a very specific example with screenshots of a report, but what I said to do is what you'd do...and I'm sure my post was at least Helpful...at the very least.

Take care


Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

Dhananjay Pawar
Kilo Sage

Hi,

As Allen said you can achieve this using normal report.

 

Create new report on incident table

Under Data tab --

   give the name to report.

   select source type as table.

  select the table as incident.

 

Under Type tab --

  select single score visualization

Under Configure tab --

  select aggregation as count

 

and add filter Active is true(Check attached screenshot)

find_real_file.png

 

run the report

save the report

add the report to dashboard

 

then you will find score on dashboard.

 

Thanks,

Dhananjay.