
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-10-2022 02:40 AM
Hi Guys,
Is there a quick way to get duplicated records in list view?
For example:
I want to get all records with duplicated short description.
Or do we have to create a script to get these?
Reason is, i'm trying to get the query string to apply it in a UI Builder query.
Thanks,
Tads
Solved! Go to Solution.
- Labels:
-
Personal Developer Instance

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-10-2022 10:00 PM
I think I found a solution, I create a Aggregation Query and grouped by Name.
Then in order to fit it in a query string I created a Data Transform to get the following results
Example "NameINTest,Qwerty".

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-10-2022 02:49 AM
Hello,
Easiest thing would be to do 'Group by' on Short description , You will easily come to know right ?
Regards
Regards,
Musab
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-10-2022 02:49 AM
You can right-click on the text in the field and select 'show matching'. If you just want to check on duplicates, you will need to script.
If my answer helped you in any way, please then mark it as helpful.
Mark
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-10-2022 03:02 AM
Sorry, I didn't expound my question property.
Reason is, i'm trying to get the query string to apply it in a UI Builder query.
So doing groupby and show matching will not work.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-10-2022 10:00 PM
I think I found a solution, I create a Aggregation Query and grouped by Name.
Then in order to fit it in a query string I created a Data Transform to get the following results
Example "NameINTest,Qwerty".