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
17 - Castor
17 - Castor

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

Swathi
8 - Asteroid

Capture.PNG

nagakavyasri
12 - Quasar
flying008
14 - Magnetar

Hi, @Royalter21 

 

FYI.

 

Left([Txt], Length([Txt]) -2)
aatalai
14 - Magnetar

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

Labels