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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

New to Qlik! How can I put in 3 v. similar data sources?

Hi everyone!

We are new to QlikView and are having some difficulty inputting data. We have 3 very similar data sources and have to build a simple data model. We are confused as so many field names are the same across all 3 data sources. We are wondering what the best way to create linkages is? Many thanks!

1 Reply
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Try concatenating the data from the three sources into one table:

Data:

LOAD *, 'Source1' as Source FROM source1;

Concatenate(Data)

LOAD *, 'Source2' as Source FROM source2;

Concatenate(Data)

LOAD *, 'Source3' as Source FROM source3;


talk is cheap, supply exceeds demand