Performance Analytics Scripted KPI

paulmagaling
Tera Contributor

Is it possible to utilize script to count the records on a table and display it in a dashboard?

 

I'm talking about COUNT, not COUNT DISTINCT.

3 REPLIES 3

danishShaikh
Kilo Contributor

YES, You can display it on a dashboard Once your KPI collects data

1.Go to Dashboard

2.Add Performance Analytics  Single Score widget or Time Series widget

3.Select your Scripted KPI

 

The widget will now show the record count.

M Vinod Kumar
Tera Contributor

Yes, it is possible to count records on a table and display the count in a dashboard using ServiceNow's reporting capabilities.​ Using Reports with COUNT Aggregation, ServiceNow supports COUNT aggregation in reports, which counts all records (not just distinct values). You can create a report with COUNT aggregation and add it to a dashboard.

M Vinod Kumar
Tera Contributor

yes