Show group by records with more than 1 record
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2025 11:48 PM
Hello! I am trying to pull a report for "repeat offenders" in the last 48 hours for the Service Desk. I was hoping to just run a report on the incident table and group by customer but only want to see grouped values that have more than one record. For example in the screen shot below, the highlighted rows are the data I would like to see. I would like to filter out any other grouped row that only has one value but I am not sure how to do so. Any help is appreciated!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2025 12:03 AM
Using Reports:
- Navigate to Reports > Create New Report.
- Select the Type as List or Bar Chart (if needed).
- Choose Table as Incident.
- Under Conditions, set:
- Created → Last 48 hours.
- Under the Group By section, select Caller (Customer Name or ID).
- In the Aggregation section:
- Select Count on the Sys ID field.
- Now, in the Filter section, add:
- Count (Sys ID) > 1
- Run the report.
This will show only customers with more than one incident in the last 48 hours.
✔️ If this solves your issue, please mark it as Correct.
✔️ If you found it helpful, please mark it as Helpful.
—
Shubham Jain
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2025 12:08 AM
Aggregation section is not there for List type report
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2025 12:12 AM
If the above doesn’t work as expected, you can try:
- Go to Reports > Create New Report.
- Select Type: List.
- Choose Table: Incident.
- Under Conditions, filter:
- Created → Last 48 hours.
- Under the Columns, add:
- Caller
- Number
- Sort by Caller.
- Export the report to Excel and use a pivot table to filter Caller occurrences > 1.
✔️ If this solves your issue, please mark it as Correct.
✔️ If you found it helpful, please mark it as Helpful.
—
Shubham Jain
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2025 12:15 AM
I don’t want to export. I want to create the report so that I can use it. It will be helpful if it is possible to achieve this in reporting.