Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
KirstenKa
Creator II
Creator II

Merge 2 columns in 2 datasets and then join the 2 merged columns to 1 column

This is what I would like to establish, see also attachment

KirstenKa_1-1693412510474.png

 

Labels (1)
1 Solution

Accepted Solutions
Zapparoli
Creator II
Creator II

Hi @KirstenKa 

You can create a new field in table one with the combination of both colums like:

[Item Trading Code] & '-' & Code as %KeyCode,

YourOtherFields...

From YourDataset.

You can either join both tables into one using a "Left Join" or simply give both columns the same name so Qlik can do it's natural join.

Remember for Qlik to use a Join both fields need to have the same name.

Let me know if that clears it up.

-Zapparoli

Check my Youtube Channel for more Qlik Content
https://www.youtube.com/@ZappaAnalytics

View solution in original post

1 Reply
Zapparoli
Creator II
Creator II

Hi @KirstenKa 

You can create a new field in table one with the combination of both colums like:

[Item Trading Code] & '-' & Code as %KeyCode,

YourOtherFields...

From YourDataset.

You can either join both tables into one using a "Left Join" or simply give both columns the same name so Qlik can do it's natural join.

Remember for Qlik to use a Join both fields need to have the same name.

Let me know if that clears it up.

-Zapparoli

Check my Youtube Channel for more Qlik Content
https://www.youtube.com/@ZappaAnalytics