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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Poonamkumari
Contributor
Contributor

join between three table with different table

Hi All,

I have three tables

FinanceMain has two field custid, finreference

finjointaccoutdetails has two field custcif, finreference

customers has two fields custid, custcif

i have used left join but not able fetch financemain data that is not present in finjointaccountdetails table. 

can someone help 

Labels (4)
1 Reply
Mark_Little
Luminary
Luminary

Hi,

Can you supply you script.  Left Join will only keep from the right what exist in the left. 

Maybe just use the JOIN function and see if this gives you what you want.