Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
MSportback1640560610
Contributor
Contributor

Display duplicates rows

I want to display all duplicates rows.

I have used tUniqRow but it return only the rows secondary duplicates.

My aim is to display rows first duplicates and all its duplicates together.

I found tMatchGroup, I think it what I need and it is not avaible for Open Studio.

There is alternative approch with Open Studio ?

 

Thanks

Labels (3)
1 Solution

Accepted Solutions
Anonymous
Not applicable

Hi

Store these secondary duplicates into memory using tHashOutput.

In next subjob, read these duplicates rows from memory using tHashInput, and do an inner join with source data on tMap, select Match model as 'All matches'.

0695b00000Lyl3fAAB.png

Hope it helps!

 

Regards

Shong

View solution in original post

2 Replies
Anonymous
Not applicable

Hi

Store these secondary duplicates into memory using tHashOutput.

In next subjob, read these duplicates rows from memory using tHashInput, and do an inner join with source data on tMap, select Match model as 'All matches'.

0695b00000Lyl3fAAB.png

Hope it helps!

 

Regards

Shong

MSportback1640560610
Contributor
Contributor
Author

Great thanks @Shicong Hong​