We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

How to remove text from number

Royalter21
5 - Atom

Hi all,

 

Would appreciate some help in devising a formula to remove two characters at the end of each number in my data set;

 

e.g. 

89,554,181.58DR
8,457,847.48CR

 

I had previously used the suggested solution below with no success;

 

 

 

Thanks!

 

 

5 REPLIES 5
alexnajm
18 - Pollux
18 - Pollux

If you want to go down that route, try the ReplaceChar function instead!

Swathi
9 - Comet

Capture.PNG

nagakavyasri
12 - Quasar
flying008
15 - Aurora

Hi, @Royalter21 

 

FYI.

 

Left([Txt], Length([Txt]) -2)
aatalai
15 - Aurora

@Royalter21 You could use the data cleanse tool and selecting remove letters

Labels
Top Solution Authors