Alteryx Designer Desktop Discussions

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

Change cell value for other

helton_hls
5 - Atom

I'm working in a table that I could replace the Cell Values "Palestra Itália" for "Palmeiras".

Can you please, indicate the best tool to perform this actions?

1 REPLY 1
jamielaird
14 - Magnetar

Hi @helton_hls ,

 

Use a Formula tool with a Replace function:

 

Replace([Field],"Palestra Itália","Palmeiras")

 

where [Field] represents the field that contains the data you want to change

 

If you have multiple values to change you can also use the Find & Replace tool.

 

Labels