Start Free Trial

Alteryx Designer Desktop Discussions

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

replacing many joins with a find and replace

wonka1234
10 - Fireball

Hi,

 

I am trying to replicate the following joins:

 

wonka1234_0-1661356603375.png

 

 

It needs to be replicated as the field names and the logic of how these field names are formed have changed from the right side. The left side field remains the same which is the same key for each join.

 

 

Ie Join 1 :

 

wonka1234_2-1661356808134.png

 

 

Join 2: 

 

wonka1234_3-1661356838552.png

and so on.

 

I was thinking do a concatenation of the new fields into one field(lets call it 'key'), and find it within the one field (n_account_id) and append all the new fields to the dataset.

 

Is this the best way to find the account ID in these newly created fields? Will it replicate all these joins? 

 

 

1 REPLY 1
Robin_McIntosh
11 - Bolide

Do you have some sample data that can be dummied up?

Labels
Top Solution Authors