Alteryx Designer Desktop Discussions

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

Join with multiple condition excluding null values

KarthikKumarV
7 - Meteor

Hi All,

 

I'm looking for a solution in Join (lookup) for the below scenario.

I have a primary data which needs the code from the mapping sheet, while my primary has all column with data which is not the case with my mapping sheet.

I assure my first three column are unique and i required the "code" in primary comparing column to column with mapping chart ignoring the column with [Nul] in it.

 

Mapping chart
1st col2nd col3rd col4th col5th colCode
ABC[Null]BA
DEFC[Null]B
GHI[Null]FC
JKL[Null][Null]D
MNORFE
PQRG[Null]F
STU[Null]FG
VWX[Null]FH
YZAFFA

 

Primary Data 
1st col2nd col3rd col4th col5th col
ABCAB
DEFCF
GHIDF
JKLDF
MNORF
PQRGF
STUDF
VWXFF
YZAFF

 

thanks 

 

4 REPLIES 4
afv2688
16 - Nebula
16 - Nebula

Hi @KarthikKumarV ,

 

I am not sure if I'm understandig well what you require. You want to take the code from the mapping chart into the primary data being columns 1, 2, 3 unique? I'm sorry sometimes I don't get what people are asking for.

 

Well maybe this helps

 

Regards

KarthikKumarV
7 - Meteor
No.i would like to compare column to column (1 to 5) and if my primary file
has all the value equal to mapping chart (ignoring null) respective "code"
value should come against the primary line item
afv2688
16 - Nebula
16 - Nebula

Ok, now I think I got what you wanted.

 

Cheers

KarthikKumarV
7 - Meteor

It works well, Thanks a lot :)

Labels