Query duplicated records from List view for query string in UI Builder

Tadz
Tera Guru
Tera Guru

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. find_real_file.png

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

1 ACCEPTED SOLUTION

Tadz
Tera Guru
Tera Guru

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".

 

View solution in original post

4 REPLIES 4

Musab Rasheed
Tera Sage
Tera Sage

Hello,

Easiest thing would be to do 'Group by' on Short description , You will easily come to know right ?

Regards

Please hit like and mark my response as correct if that helps
Regards,
Musab

Mark Manders
Mega Patron

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

Tadz
Tera Guru
Tera Guru

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.

 

 

Tadz
Tera Guru
Tera Guru

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".