Report on basis of short description
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2025 01:26 AM
I need to create a report on basis of Short description on incident table, created in last 15 days. Need to fetch the details of incidents which have same short description and the count is more than 7.
I am able to do so through scheduled job but need to details in excel sheet, so would like to explore in report.
I am unable to group the incidents on basis of incidents.
Thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2025 02:01 AM
Hi @Rachael12 ,
Try this :
Set a condition for Created date > on or after > Today minus 15 days.
Add another condition Group by Short Description.
Aggregation & Count Filtering:
Use Aggregation by selecting Count of Incident Number.
Apply a filter for Count > 7 to only retrieve records where the short description appears more than seven times.
Grouping the Results:
- Use the Bar Chart or List format to visualize grouped incidents.
- Ensure that Group By: Short Description is applied properly.
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2025 10:57 AM