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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
master_student
Creator III
Creator III

Join

Hello,

I have two tables budget and DA that have 2 columns in commun CDR and LB, a synthetic table was creates automatically by qlikview

the result of that join is only the commun values will appear? because I need all values of those fields in the two tables.

Thanks

23 Replies
andrespa
Specialist
Specialist

Hi, you can try concatenate between both tables.

Anonymous
Not applicable

Instead of join use Concatenate .

master_student
Creator III
Creator III
Author

Could you explain to me how qlikview do the join by default?

Thanks

qlikview979
Specialist
Specialist

Hi,

you  can try with concatenate. or else share your data

Regards,

Mahesh.

ramasaisaksoft

Hi Master,

By default QV fallows Full outer Join & Concatenate

Anonymous
Not applicable

Follow this Attachment . It is really helpful

andrespa
Specialist
Specialist

QW by default do a full outer Join, wich is what concatenate does and what probably you would need.

You could read this one, is a pretty good article about it.

Understanding Join, Keep and Concatenate

Hope it helps,

Andrés

master_student
Creator III
Creator III
Author

noConcatenate

SUIVI_DA:

load

LB,

LBopex,

CDR,

NUM_DA,

Mnt DA

resident xxxx;

Budget:

load

LB,

LBopex,

budget po

RESIDENT ccc;

I thought in qlik when we have the same LB and CDR, QV wil put theme in the same line but see below :

Capture.PNG

andrespa
Specialist
Specialist

That's because even if those two fields have the same value, DA_STATUS, and DA_NUM are different ones.