Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

how to auto merge tables?

i need to know how we can merge two or more tables automatically ??

7 Replies
ThornOfCrowns
Specialist II
Specialist II

Look at the Concatenate functionality.

arsal_90
Creator III
Creator III

Please find the attached file for your understanding.

Colin-Albert

If the tables have exactly the same column names, then QlikView will concatenate the data to a single table automatically.

Search for Concatenate and Noconcatenate.


its_anandrjs

Hi,

If the column name or field name of the 2 tables are same then qlikview automatically concate 2 or more tables and make single table. You are able to merge two or more tables but it requires table field name should exactly the same then your are able to concate them.

Eg:-

Tab1:

Load

Field1,

Field2,

Field3

From yourlocation;

Concatenate(Tab1)

Tab2:

Load

Field1,

Field2,

Field3

From yourlocation;

will give you single table.

if field name not same so make it same by renaming it

Tab1:

Load

Field1,

Field2,

Field3

From yourlocation;

Concatenate(Tab1)

Tab2:

Load

Field4 as Field1

Field5 as Field2

Field6 as Field3

From yourlocation;

now i update the syntax script please check now.

Hope this helps

Thanks & Regards

Not applicable
Author

if they have Same Column Name then they will merge automatically and if not if you want they don't have all Column Name  same then u can use forced Concatenate

amit_saini
Master III
Master III

Hi Gatik,

You should you here Concatenate and No Concatenate function , if you are having same fields in two or more different tables.

Thanks,

AS

Not applicable
Author

If we are trying to do this way then we are getting something like this.

F3F4LocationProduct1Product2Product3
BC A
BC A
BC A
2030AP10
2131MP11
2232UP12
2333Kerala13
2434Delhi14
121131AP 100
122132MP 101
123133UP 102
124134Kerala 103
125135Delhi 104
300400AP 200
301401MP 201
302402UP 202
303403Kerala 203
304404Delhi 204