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

Announcements
AWS Degraded - You may experience Community slowness, timeouts, or trouble accessing: LATEST HERE
cancel
Showing results for 
Search instead for 
Did you mean: 
rsdhavle
Creator III
Creator III

Joining on Multiple fields

If there is no specific primary key in two tables and we need to join on more that one fields how that scenario can be handled?

What is the proper way of data modeling in such case.

2 Replies
Anonymous
Not applicable

you need to identify key columns (aka composite key) in both tables

MK_QSL
MVP
MVP

Can you provide little example on your requirement?

Joining of more than one field can be done by

Field1 & '|' & Field2 & '|' & Field3  as %Key