This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
General Discussions has some can't miss conversations going on right now! From conversations about automation to sharing your favorite Alteryx memes, there's something for everyone. Make it part of your community routine!
I want to replace all the "|" with "" (Blanks) by using only one formula which can be applied to all the fields
Inputs
Output
Solved! Go to Solution.
Hi @MKanchwa ,
Try multi field formula : replace([_CurrentField_],'|','') . Select all required fields for replace in tool configuration.
Thanks!!