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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
tinkerz1
Creator II
Creator II

SQL and Qlikview Script for unmatched records in a left join

Hi,

I am stuck on this; can some one please help with the script to return umatched records on a left join using qlikview and SQL statements.

If I see them both it will help me learn joins.

Thanks,

[Excluded Records]:

LOAD
Reference,
[Report Number],
FROM

(
ooxml, embedded labels, table is Sheet1);
left join('Excluded Records')
LOAD
Reference,
[Report Number],
FROM

(ooxml, embedded labels, table is [Records for Exclusion]);

2 Replies
Anonymous
Not applicable

hi 

try  this

[Excluded Records]:

LOAD

Reference,

[Report Number],

FROM

(ooxml, embedded labels, table is Sheet1);

left join([Excluded Records])

LOAD

Reference,

[Report Number],

FROM

(ooxml, embedded labels, table is [Records for Exclusion]);

I also attached a link , it might help  you to understand better:

https://www.resultdata.com/using-joins-in-qlikview/

Regards

tinkerz1
Creator II
Creator II
Author


Thanks but I was after a tabel of unmatched records in