Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Association

Hello,

I have two country fields that are named differently.  Qlik Sense didn't create the association, so I'm wondering where I can make the manual association?  I don't see any relationship menu like other tools have shown.  I tried to click Associations in Data Manager, but it said "Did not find any association".

Any help is appreciated.

3 Replies
sunny_talwar

Rename one of them to be the same as the other one in both the tables

Not applicable
Author

That's not the ideal solution as we would like to keep original naming convention.  No way to manually associate in Qlik?

sunny_talwar

That's the only way to make associations. What you can do is may be this:

Table1:

LOAD Country,

          OtherFieldNames

From Source1;

Table2:

LOAD CountryName,

          CountryName as Country, //Use this for making associations

          OtherFieldNames

From Source2;