Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Left Join 2 tables

Hi,

I have 2 xls files loading into qlikview with below sql condition. I need below sql condition to be converted into qlikview script.

select a.* from TABLE a left join TABLE b on ( ( a.field1= b.feild2) or ( (a.Field3= b.Field4) or (a.Field3= b. Field5) ) )

Please help..

Thanks

0 Replies