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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Joining without double entries for output

Hi All,

I just want to know what should I do to join two qvd files without having a double entry for null values. Here is my example:

I have two qvd files. I used left join in loading the two qvds.

qvd1

DOCNUMAmount
110.00
220.00
330.00

qvd2

DOCNUMtag
1a
b
2a
b
4a

I created a table box to view what I created and this was the result:

DOCNUM

Amounttag
110.00a
110.00b
210.00a
210.00b
310.00a

How will be able to eliminate double entrieswithout deleting the column tag. Thank you very much.

1 Reply
sivarajs
Specialist II
Specialist II

use LOAD DISTINCT while loading the qvds