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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to create link table?

Hi All,

I have two tables, I want to use link table to avoid syn key. How to do it?

Orders:

OrderId, LocaleId

Revenue:

OrderId, LocaleId, Amount

Thanks in advance.

1 Solution

Accepted Solutions
deepakk
Partner - Specialist III
Partner - Specialist III

HI,

If you have multiple fields to link betwen the two table then you can composite key to avoid the syn key.

eg:

(OrderId & LocaleId ) as Key in bothe fields and comment Orderid and localeId in one of the table.

View solution in original post

1 Reply
deepakk
Partner - Specialist III
Partner - Specialist III

HI,

If you have multiple fields to link betwen the two table then you can composite key to avoid the syn key.

eg:

(OrderId & LocaleId ) as Key in bothe fields and comment Orderid and localeId in one of the table.