Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Luka
Contributor III
Contributor III

Associations with data load editor

Hello Qlik community, 

Im adding my data using the qlik data load editor, and was wondering how to create an association between my tables

In the past i used do this using the graphical interface since i added tables using the data manager instead.

Any guidance is appreciated 😃 

Thanks

Labels (2)
1 Solution

Accepted Solutions
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

To make associations between two or more tables, you need a common field based on which those tables can be connected.

If you have those, all you have to do is make their name same and qlik will automatically associate them. 

For example.

Table1:

Load F1,F2,F3 from xyz;

Table2:

Load F4 as F1,F5,F6 from abc;

Table3:

Load F7 as F5,F8,F9 from pqr;

 

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!

View solution in original post

2 Replies
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

To make associations between two or more tables, you need a common field based on which those tables can be connected.

If you have those, all you have to do is make their name same and qlik will automatically associate them. 

For example.

Table1:

Load F1,F2,F3 from xyz;

Table2:

Load F4 as F1,F5,F6 from abc;

Table3:

Load F7 as F5,F8,F9 from pqr;

 

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
Luka
Contributor III
Contributor III
Author

Oh thanks, that sounds very simple 

Ill try it out tomorrow and let you know 

Much appreciated 😃