Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi frnds,
I have two seperate table table1 and table 2. i want to load the unmatched records from both table in load script as see the attachment below. Kindly share your knowledge.
t2:
load id, id as filter, name from Table2.
output:
Load id, name from Table1
where not exists(filter,id);
t2:
load id, id as filter, name from Table2.
output:
Load id, name from Table1
where not exists(filter,id);
Looks for Exists - script function ‒ QlikView
Please see attached example using Where Not Exists(ID,ID)
It is also working correctly.thanks for your help.