Start Free Trial

Alteryx Designer Desktop Discussions

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

Joining Data via Multiple Column Match

krishnagandhi
8 - Asteroid

Hi,

 

So i have a unique field in my data (Service Nu) and i want to match it to another data source where the unique field can match to any one of 3 columns (Concat_Pdt#1,Concat_Pdt#2,Concat_Pdt#3) when it finds a match i need it to return the value in the Days/Weeks/Month column. 

 

My issue is it is not like a regular join because the joining value could be in any of the 3 columns.

 

Ideally my output should look like this

Service NuPO#Billed QtyBilled RateMonthWeekDaysDAYWEEKMONTH
300136245028599580.653.330001830011409103640
300432945028229370.516000116010404160

 

I have attached my input data in the workflow

1 REPLY 1
fmvizcaino
17 - Castor
17 - Castor

Hi @krishnagandhi ,

 

Since you have 3 possible columns to be used as key, the best solution is to use the transpose tool to put all columns into the same one and do a single join afterwards

 

Best,

Fernando Vizcaino

Labels
Top Solution Authors