We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Replace a Field Value

traceystone
8 - Asteroid

Hello. What is the best way to replace a value found in a column with another value? Example: I want to find all 615551 values in the GLAccount column and replace it with 610000. 

 

GLAccount

615551

610000

615000

642510

615551

2 REPLIES 2
Luke_C
17 - Castor
17 - Castor

Hi @traceystone 

 

Here's two ways, one with the Replace() formula, and one with the find and replace tool.

 

Luke_C_0-1651775664961.png

 

 

MeganBowers
Alteryx Community Team
Alteryx Community Team

Hi! To do that you can use a formula tool with the formula: Replace( [GLAccount], 615551, 610000). If the column is a text column, you will need quotes around the numbers in the formula. Hope this helps! 

Labels
Top Solution Authors