Skip to content

Commit 105862d

Browse files
authored
Update readme.md
1 parent 973d161 commit 105862d

File tree

1 file changed

+24
-0
lines changed
  • Server-Side Components/Scheduled Jobs/Bucket Group Reporting

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,25 @@
11
Find out all the cases with the difference in their create date and current date and put them in different buckets of their age. Then you can report on the aging. With this you will be able to run the Bucket Group reporting on tables without using PA.
2+
3+
In ServiceNow Performance Analytics (PA), a Bucket Group is used to categorize or group data into defined ranges or segments, which helps make reports and indicators more meaningful and easier to analyze. This code will help you to categorize the tickets based on any defined ranges or segments you want. Based on this defined ranges or segments you can get any king of reporting without using PAs in ServiceNow.
4+
5+
This code lets you create custom ranges (buckets) to classify numerical data (like durations, scores, or counts) into meaningful labels.For example, instead of showing raw numbers like 2, 7, 14, 30 days, you can define buckets such as:
6+
7+
0–5 days → “Very Fast”
8+
9+
6–10 days → “Fast”
10+
11+
11–20 days → “Average”
12+
13+
>20 days → “Slow”
14+
15+
Then, these labels can be displayed in your dashboards, or reports, making the data easier to interpret.
16+
17+
Real time user cases:
18+
19+
1. Score or metric segmentation
20+
Divide customer satisfaction scores into Low, Medium, High ranges.
21+
22+
2. Priority or risk scoring
23+
Convert numeric risk scores into descriptive ranges (Low Risk, Medium Risk, High Risk).
24+
25+
Also, SLA uses the tickets to be defined in SLA number or breach date. It doesnt let you define any segment or categorize the data. It helps you define the reporting basis on your category or segment

0 commit comments

Comments
 (0)