Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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 ?
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.
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.
Then, in order to close the discussion, please mark your own answer as Correct.