Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Append tables into New Table

I have two tables, Table1 and Table2.  I want to create a new table called Table3 and simply append the records of Table1 and Table2 into Table3.  What script will accomplish this ?

1 Solution

Accepted Solutions
Not applicable
Author

I used the following example from another Qlikview discussion thread and it worked like a charm. 

MyTable]:

LOAD my fields from the first Excel file;

CONCATENATE ([MyTable])

LOAD my fields from the second Excel file;

etc.

View solution in original post

2 Replies
Not applicable
Author

I used the following example from another Qlikview discussion thread and it worked like a charm. 

MyTable]:

LOAD my fields from the first Excel file;

CONCATENATE ([MyTable])

LOAD my fields from the second Excel file;

etc.

Peter_Cammaert
Partner - Champion III
Partner - Champion III

Then, in order to close the discussion, please mark your own answer as Correct.