Alteryx Designer Desktop Discussions

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

Replace Values from One Column to Another

arnettmh
7 - Meteor

I have a column in my data with either New, Renewal or Null as the values. We will call this Column A . I wanted to replace values in another column (we will call this column B) in my same data source file whenever there is a value of “New” in Column A.  I want this replaced value in column B to be called “Zero Fill”.

 

Is there a tool in Alteryx that would do this?  I was looking at the Find/Replace Tool as an option, but it looks like it only replaces values in the same column/field.  I was also thinking a Formula might work, but not certain of the structure.

5 REPLIES 5
atcodedog05
22 - Nova
22 - Nova

Hi @arnettmh 

 

Is this what you are looking for

 

atcodedog05_0-1643744272790.png

 

Hope this helps : )

 

arnettmh
7 - Meteor

Thanks for the quick response.  I should have mentioned that Column B already contains values in all the cells, so I wouldn't want to replace any of the other existing values with Null.

atcodedog05
22 - Nova
22 - Nova

Hi @arnettmh 

 

Here is the updated workflow

 

atcodedog05_0-1643744643102.png

 

Hope this helps : )

 

arnettmh
7 - Meteor

Perfect!  That worked.  Thanks for the help.

atcodedog05
22 - Nova
22 - Nova

Happy to help : ) @arnettmh 

Cheers and have a nice day!

Labels