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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

What is difference between concatenate & join?

What is difference between concatenate & join? Please help me...

1 Solution
16 Replies
its_anandrjs
Champion III
Champion III

Hi,

There are many post relate to the Concatenation and Joins have a look at some of use full Concatenation and join documents

Diffrence between Concatenate and Join???

http://community.qlik.com/blogs/qlikviewdesignblog/2013/05/17/concatenate-vs-link-table

Regards

Anand

Not applicable
Author

Thank you......

ashfaq_haseeb
Champion III
Champion III

Hi,

Can you close this thread by selecting appropriate answers.

Regards

ASHFAQ

Not applicable
Author

Thankqqqqqqqqqqq

IAMDV
Master II
Master II

qv_testing
Specialist II
Specialist II

Hi Pavani,

Simple Defination..

Join: Join will combine the rows where the key values matches..

table1:                  table2:

ID  name              ID    Sal 

1   ABC                1     10000

2   CBD                3     20000

Output:

ID    Name    sal

1      ABC     10000

2      CBD      -

3        -          20000

                  

Concatenate:  Concatenate append the rows of  one table to another table,  concatenate never merges any row in it..

Output:

ID    Name    sal

1      ABC      -

2      CBD     -

1        -          10000

3        -          20000

Hope it helps...............

Anonymous
Not applicable
Author