Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
解決済み

Replace

MKanchwa
メテオール

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件の返信2
benakesh
クエーサー

Hi @MKanchwa ,

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

MKanchwa
メテオール

Thanks!!

ラベル