Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
wanyunyang
Creator III
Creator III

concatenate

I'm trying to concatenate two tables with same columns in data load editor, but it doesn't work. My script is like:

table1 :

LOAD A, B;

SQL

select A, B from...where...;

table2:

LOAD A,B;

SQL
select A, B from...where...;

How should I fix it?

Thanks in advance!

4 Replies
m_perreault
Creator III
Creator III

What is the output?  Tables with identical field names will automatically concatenate in Qlik.  Are you receiving a script error?

wanyunyang
Creator III
Creator III
Author

No script error, but something not showing in my pivot table.

If they concatenates, are they becoming one table? What is the new table's name?

zebhashmi
Specialist
Specialist

I think, load the second table without table name it should be concatenated

shivanandk
Partner - Creator II
Partner - Creator II

Is you where condition returning any records ?  Did you look at the log file to see if any records were returned from SQL?