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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out 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

Labels (1)
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!