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

Remove dashes

nihou
8 - Asteroid

What is the best way to remove dashes and decimals from a string? 12-345-6789-12-34 & 12.345.6789.12.34. results wanted: 1234567891234

 

Replace([Field1], "-", "")

 

Replace([Field1], ".", "")

3 REPLIES 3
messi007
15 - Aurora
15 - Aurora

@nihou,

 

Please see below:

 

messi007_0-1611085645768.png

Attached the workflow,

 

Hope that helps,

Regards,

nihou
8 - Asteroid

Thank you @messi007 

messi007
15 - Aurora
15 - Aurora

@nihou,

 

Happy to help 🙂

 

Best regards,

Labels
Top Solution Authors