Alert: There is a planned Community maintenance outage October 16th from approximately 10 - 11 PM PST. During this time the Alteryx Community will be inaccessible. Thank you for your understanding!

Alteryx Designer Desktop Discussions

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

Rewriting a column value with another table column's one

TormentMaker
8 - Asteroid

Hey guys, hope its alright.

I'm facing a problem with alteryx, i have 2 tables, like the example below:

1

NameAddress
RoseAlameda street
AngelPirones street
MarioAmbar street

2

NameAddressAge
Rose 19
AngelPirones street19
Mario 21

 

So, basicaly the address column in table 2 does have some empty values depending of the row, so basicaly i want to rewrite them or make another column with the same "address" column from table 1, that's full, someone know how to do this?

2 REPLIES 2
Maskell_Rascal
13 - Pulsar

Hi @TormentMaker 

 

You can use the Join Tool to match on the Name fields, and then keep the address from Table 1 in the output. 

Maskell_Rascal_0-1621000392280.png

 

If this solves your issue please mark answer as correct, if not let me know!

 

Cheers!

Phil

TormentMaker
8 - Asteroid

Thanks buddy, that helped a lot, but another issue appeared to me, think you can help?

 

Labels