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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
vsharma1
Partner - Creator
Partner - Creator

Key Column in Link Table

Hello,

What is the purpose behind concatenating all dimensions to form Key column in Link Table?

1 Reply
Anil_Babu_Samineni

Key field will generate one club values based on delimiter to produce the Autonumber. For Ex:

Load * Inline [

Name, Company, Sales

A, A1,

B, B1

];

And condition as follows to generate key

Name & '|' & Company as Key

Output: A|A1 and B|B1

Where as Below condition will produce

AutoNumber(Name & '|' & Company) as Key

Output: 1 and 2

You can use Key as filter for selection from entire model.

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful