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

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
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
MVP
MVP

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
MVP
MVP

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;