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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Concatenate two tables with new connection.

Hi there,

I'm trying to concatanate two table, however, it doesn't work.

Actually, i load those two tables from a different server , so i've a new connection between those two in my script.

I guess my concatenate doesn't work because of that, i've tried several things but without any succes:

Connect to...

Load...

SQLSelect*

from...

Concatenate

Connect to ...

Load...

SQL Select*

from...

Is there any way to concatenate those two tables?

Thanks.

1 Solution

Accepted Solutions
Not applicable
Author

i was very close,

works perfect thanks

View solution in original post

2 Replies
Miguel_Angel_Baeyens

Hello,

Use CONCATENATE keyword just before the second LOAD statement. I'd recommend you anyway to use a precedent load script just in case.

Regards.

Not applicable
Author

i was very close,

works perfect thanks