Alteryx Designer Desktop Discussions

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

Multiple Column Lookup (all to same table)

I have a full dataset and key tables similar to what i am showing below:

 

Dataset:

 

12345
C1C2C3C4C5
 C1C2C3C4
  C1C2C3
   C1C2
    C1

 

Key Table:

 

IDValue
C1.125
C2.087
C3.313
C4.423
C5.845

 

I am trying to replace the "C1", "C2", "C3", "C4", "C5" within the dataset with the values shown in the key table but i am running into issues with this. I have tried the find replace tool but i would like to avoid that because my full dataset has over 1000 columns and i am trying to avoid needing 1000+ find replace tools. 

 

Any help would be greatly appreciated! 

 

Thanks!

2 REPLIES 2
AndrewDMerrill
13 - Pulsar

Have you tried Transpose and Cross Tab, this way you will only need 1 Find Replace Tool.

Screenshot.png

Thanks Andrew! 

Labels