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: 
New-here1
Contributor III
Contributor III

Link two fields

Hello experts, 

Please could you help me; I need to link/join two fields together - Country_Number with World_Reference_Number

What is the best way to do this in the script please?

Thank you

 

Labels (3)
1 Solution

Accepted Solutions
New-here1
Contributor III
Contributor III
Author

Hi Rob, I managed to get it to work. Thank you for your help

View solution in original post

4 Replies
rwunderlich
MVP
MVP

Fields will link only when they have exactly the same name and values. So rename one of the fields when loading.

Load 
World_Reference_Number as Country_Number, ...

-Rob

New-here1
Contributor III
Contributor III
Author

Hi Rob, 

I have done that but it doesn't seem to be working; the sheet showing Country_Number  is only showing  data for that, and the other sheets that reference World_Reference_Number is only showing data for that. When I did the change you requested, other fields were missing data. Am I doing something wrong?

rwunderlich
MVP
MVP

Can you post a screenshot of your data model from the data Model Viewer?

-Rob

New-here1
Contributor III
Contributor III
Author

Hi Rob, I managed to get it to work. Thank you for your help