Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

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
Top Solution Authors