Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

Number to Text


This topic is 8612 days old. Please don't post here. Open a new topic instead.

Recommended Posts

I have a field 'power' which has to be a number for sorting purposes. In almost every record this field contains a single 2 or 3 digit number. Sometimes it contains two number like '93 / 125'. How can I define a calculation field that just captures the left number. Using NumToText and LeftWords does not seem to work.

Any thoughts? Help much appreciated.

Chris

Link to comment
Share on other sites

Liveoak,

Yes it works, but is better with a -1 as follows:

TextToNumber(Trim(Left(Field, Position(Field,"/", 1, 1)-1))).

What I was really looking for was a similar answer but starting with a number field. But my conclusion is that I must create a duplicate field of my 'power' but as text and then apply your calculation.

Anyway many thanks.

Chris

Link to comment
Share on other sites

This topic is 8612 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.