Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask 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