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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
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!