- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-06-2019 06:16 AM
Hello experts,
I need to know all users who are managers from my Company.
To obtain it, I have created a report using table [sys_user] with fields:company,department and manager. But the problem is that I obtain duplicated reports (as many as the number of users managed by each manager). How could I remove this records from my report? How could I obtain this report with only one record per manager?
Thanks in advance!
Solved! Go to Solution.
- Labels:
-
Reporting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-09-2019 03:09 AM
It depends you can run a background script to remove the duplicates otherwise a less drastic approach would be if 'Duplicate' is mentioned in the closure codes just add a condition that says 'Close code (is not) Duplicate'.
Let me know if this answers your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-09-2019 03:09 AM
It depends you can run a background script to remove the duplicates otherwise a less drastic approach would be if 'Duplicate' is mentioned in the closure codes just add a condition that says 'Close code (is not) Duplicate'.
Let me know if this answers your question.