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

To accumulate information....

Hi!

Is there any way to upload different database with the same titles?, I mean, I have some information and I want to accumulate it but this information come from different files, how can I do it?

Thank you.

Regards

1 Solution

Accepted Solutions
Not applicable
Author

first approach.....

table:

Load A, B, C

from source 1;

concatenate(table)

Load A, B, C

from source 2;

second ....

table:

Load A, B, C

from source *;

View solution in original post

2 Replies
Not applicable
Author

first approach.....

table:

Load A, B, C

from source 1;

concatenate(table)

Load A, B, C

from source 2;

second ....

table:

Load A, B, C

from source *;

Not applicable
Author

Thank you so much! It works perfect!