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!
We’re experiencing technical issues with our vendor that are affecting license activations for Designer Desktop. We don’t yet have an estimated resolution time. We apologize for the inconvenience and will share updates as we have them.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Replace

MKanchwa
7 - Meteor

I want to replace all the "|" with "" (Blanks) by using only one formula which can be applied to all the fields

 

Inputs

clipboard_image_0.png

Output

clipboard_image_2.png

2 REPLIES 2
benakesh
12 - Quasar

Hi @MKanchwa ,

Try multi field formula : replace([_CurrentField_],'|','') . Select all required fields for replace in tool configuration.

MKanchwa
7 - Meteor

Thanks!!

Labels
Top Solution Authors