How to remove duplicate records from reports
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2023 06:51 AM
Hello Experts,
I'm trying to create a bar graph report on Task_sla table for incidents and Requested Item. But there are few cases where two SLA's are running for single case. In the report it is showing two records with same case number how can I filter out the duplicate records and show exact count
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2023 11:09 PM
Hi @poornima batchu ,
You need to understand why there is a duplicate entry and then adjust your filter to see exactly the specified requested output. For me it sounds like your filter isn't narrow enough.
If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.
best regards
Anders
If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.
Best regards
Anders
Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2023 06:49 PM
Hey @poornima batchu, did you find a way to resolve this? I'm dealing with a similar issue on the Task SLA table, but instead I've got multiple SLA tasks running from Problem records that I need to filter out. Thanks, Jamie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2024 10:07 AM
Can you show how you'd handle it if you needed more than 1 column in the evaluation. Like here you have 'name' only. What if it were 'name' and some other field?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2024 02:21 PM
I am afraid the way you formulate the problem is incorrect. These records are not duplicates. Tasks can have multiple SLAs associated with them, so if you run a report against [task_sla] table, it is to be expected that some of the tasks will be listed multiple times because the entries you get back are SLA instances and not the task as such. If you want your report to display each task only once, you should select a different table, such as [incident], [sc_req_item] or [task].
Blog: https://sys.properties | Telegram: https://t.me/sys_properties | LinkedIn: https://www.linkedin.com/in/slava-savitsky/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2025 12:13 AM
Have you ever got it sorted?