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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Joining two files with duplicate sales amounts

I am doing a left join from file A to file B. For each unique identifier however in file B there are duplicate sales amounts. I only want to join where the sales amounts are unique for each identifier. How would I go about doing this ?

10 Replies
prashantbaste
Partner - Creator II
Partner - Creator II

Hello Sid,

As you have done Sum(Amount)  above... similarly you can do Max(Quantity)  aggression and join it with Table A.

Please mark, comments as 'Correct' or 'Helpful'.