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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
d_koti24
Creator II
Creator II

How to Join two tables with out having unique values?

Hi All,

How to Join two tables with out having unique values?

4 Replies
alexandros17
Partner - Champion III
Partner - Champion III

Could you explain with more details please?

sunny_talwar

May be use Mapping Load instead of join. Will need to get more details, like looking at your current script before giving a more precise answer.

Best,

Sunny

jagan
Partner - Champion III
Partner - Champion III

Hi,

If you attach sample data and your expected output then it will be easier to provide the solution.  There may be many solutions like Mapping Load or Keep.

You can try those.

Regards,

jagan.

kuczynska
Creator III
Creator III

Did you try to build your own key - concatenated key in each table?

looking like the below example

system_of_customer_id & '~' & source_customer_id as %KEY_Customer

but as the guys before me mentioned, you have to provide more details. You should consider both join and ApplyMap, depending on how many columns you want to bring across.