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