how do we get average approval time for individual approvals?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2020 07:13 AM
hi all,
We want to see the average time it takes to provide any approval for some requests. I see that we can leverage the 'approval set' attribute on task records but for requests which have multi-level approvals, this may not be enough as it gives an aggregate information.
Thanks,
Ravish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2020 08:09 AM
have you tried setting up a metric on the approval table (sysapproval_approver)?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2020 01:01 PM
we dont have a metric defined for this use case. would this also work for historical data?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2020 12:43 AM
You can calculate time in scripted indicator for times between created and approved (approval time or set on sc_req_item table).
After that average that time.
If you want separate approvals time you will have to use sysapproval_approver table.