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

Announcements
AWS Degraded - You may experience Community slowness, timeouts, or trouble accessing: LATEST HERE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

loading data from one qvd not found in another qvd

hi,

I want to load data from a qvd with comparing it to another qvd , that means load only data from qvd1 that is not found in qvd2 by a key .

1 Reply
Anonymous
Not applicable
Author

More or less like this:


qvd2:
load
key,
...
from qvd2;
qvd1:
load
key,
...
from qvd1
where not exists(key);