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

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);