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

How to replace char ~

prakash-shetty
7 - Meteor

I have char ~ in multiple columns. I am trying to use replace in formula tool to remove it, but not working. Can someone help me on this.

1 REPLY 1
abacon
12 - Quasar

@prakash-shetty Use a multi-field tool, select the columns you want the character removed from, and use the formula below.

Replace([_CurrentField_], "~", "")

 

Bacon

 

image.png

 

Labels
Top Solution Authors