The Zurich release has arrived! Interested in new features and functionalities? Click here for more

Performance Analytics indicator for Time worked on incident

ccepts
Mega Expert

I am trying to create a widget with an Indicator that would show the time worked by incident priority. I can't seem to find how best to create this. Please can anyone help or provide a guidance?

Thank you

1 ACCEPTED SOLUTION

Adam Stout
ServiceNow Employee
ServiceNow Employee

1) Remove the breakdown source.   I'm not sure what you want, but that isn't right.  It should probably be based on sys_choice and priority (which already exists anyway).

2) If you have a daily indicator, you indicator source should be daily.  You'll be counting the monthly number every day which would be very odd.

3) Based on task close is also a little weird (but ok).  Why wouldn't you sum up the time worked based on when it was worked?

View solution in original post

16 REPLIES 16

Adam Stout
ServiceNow Employee
ServiceNow Employee

If you are getting time worked via the time worked table, your indicator will be on the time_worked table with a breakdown on incident priority which you will need to set up a new mapping for (time_worked incident.priority).  This should pretty straight forward.

Thanks a lot Adam,

 

I tried the strategy you proposed but got "No Data Available"

I have posted my steps below. I would appreciate any pointers as to what I am doing wrong.

find_real_file.png

Adam Stout
ServiceNow Employee
ServiceNow Employee

Can you include separate screenshots?  I can't read these.  To confirm, are you using the time_worked table?

https://docs.servicenow.com/bundle/newyork-platform-administration/page/administer/time/reference/r_...

Or are you just trying to derive that from wall clock based on how long the incident is open?

Thank you Adam,

I am trying to get the time worked on Incidents from the Time Worked table (task_time_worked). The time worked is manually supplied based on the entries that fulfillers enter when they work incident tickets. The goal is to show on a month to month bases the total sum of time worked on Indents. Same will be done on Requests and Stories. If I can get one, I will replicate for the others.

I have provided the screen shots separately for readability.

Thank you for your help.

 

find_real_file.png

 

find_real_file.png

 

 

Adam Stout
ServiceNow Employee
ServiceNow Employee

I still can't read most of these, even when it blows up the image, it is still too small to read clearly.  However, a breakdown source on Sum seems very, very odd.