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: 
Not applicable

left join

hi

There is three tables -A with 25 records,B with 15 records and C with 30 records. And you are doing Left Join Between A and B  , right join between B and C . What would be the end result?

3 Replies
MK_QSL
MVP
MVP

First you are doing Right Join B - C.... There are 30 records..... drop table C..

Now A - B left join... Drop table B... 25 records...

ashfaq_haseeb
Champion III
Champion III

You will have 30 rows.

Have a look at below post

QlikView Joins

regards

ASHFAQ

maxgro
MVP
MVP

I think it depends on the values of the fields used for the joins.

Are they all distinct?