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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
govindvasu
Contributor III
Contributor III

Concatenate tables

I have two tables and i have to concatenate them

TableA

emp_id   Name    age

1                 John        32

2                 smith       25

TableB

emp_id   Name    age

1                 John        30

2                 Kim           25

what would be my resultant table. Will it show the John two time with different ages?

Labels (2)
1 Solution

Accepted Solutions
BrunPierre
Partner - Master II
Partner - Master II

Exactly! Because concatenation preserves all the rows from both tables, even if the columns have duplicate values.

View solution in original post

1 Reply
BrunPierre
Partner - Master II
Partner - Master II

Exactly! Because concatenation preserves all the rows from both tables, even if the columns have duplicate values.