- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-10-2019 08:17 PM
Hi everyone, Isaiah here and I am new to ServiceNow and this community. I am after some KPIs and benchmarks.
In particular:
1) How are you measuring case deflection i.e. your employees don't need to raise a case thanks to your knowledge articles?
2) What kind of % deflection are you seeing or any industry benchmark you might have?
Thanks in advance!
Solved! Go to Solution.
- Labels:
-
HR Service Delivery
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-15-2021 05:27 PM
Hi
We created a widget linked to a table that does the following:
- A = How many unique users read any knowledge articles in a 24 hour day
- In A, how many of these unique users raised a case = B
- In A, how many of these unique users raised a live chat = C
- Deflection = (A - B - C)/A
The assumption is that if someone is reading a knowledge article they are not raising a case so that's a deflection.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-09-2021 11:00 AM
We were able to convert this formula to a dashboard by using database view and PA indicator. Appreciate you sharing this formula.
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-23-2022 12:51 AM
Hi Kunal,
Can you share more details about how you implemented above
I am new to knowledge management and trying to create KPI Reports
It will be helpful if you can share about your implementation.
Thanks,
Dipesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-03-2022 02:08 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-03-2022 03:04 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-03-2022 10:45 AM
Hi there,
here is the formula:
We created a widget linked to a table that does the following:
- A = How many unique users read any knowledge articles in a 24 hour day
- In A, how many of these unique users raised a case = B
- In A, how many of these unique users raised a live chat = C
- Deflection = (A - B - C)/A
The assumption is that if someone is reading a knowledge article they are not raising a case so that's a deflection.