Alteryx Designer Desktop Discussions

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

remove $ and B

BRRLL99
11 - Bolide

Hi 

I would like to remove both $ and B from the given data using multi-field tool

 

ABC
$86.85 B$7.81 B$192.59 B
$54.42 B$4.32 B$696.51 B
$22.51 B$5.11 B$280.16 B
$21.89 B$3.01 B$226.39 B
3 REPLIES 3
FilipR
11 - Bolide

See here:

 

FilipR_0-1659616542320.png

 

DataNath
17 - Castor

Can use the Regex_replace() function to do that like so:

 

DataNath_0-1659616623401.png

OllieClarke
15 - Aurora
15 - Aurora

Hey @BRRLL99 
Try this formula:

TRIM(ReplaceChar([_currentfield_],'$B',''))

OllieClarke_0-1659616666567.png

Hope that helps,

 

Ollie

 

Labels