Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Join with multiple condition with equal and Contain Condition

NidhiAg
7 - Meteor

Hi Team,

I am stuck with a simple join. I want to use multiple join condition with different expression

Table 1

Col ACol BCol C
1111ANick
2222BNancy
3333A; BJohn
4444BHappy

 

Table 2

 

Col XCol Y
1111A
2222B
3333A
4444

A

 

 

Condition 

Col A = Col X AND Col B contains Col Y

 

Output:

 

Col ACol BCol C
1111ANick
2222BNancy
3333A; BJohn

 

1 REPLY 1
Qiu
21 - Polaris
21 - Polaris

@NidhiAg 

We can do a join for the Col A = Col X part then set a flag for the condition Col B contains Col Y.

1118-NidhiAg.PNG

Labels