Skip to main content
Announcements
Customer Spotlight: Discover what’s possible with embedded analytics Oct. 16 at 10:00 AM ET: REGISTER NOW
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