That is oe way.
You can also use
CSTR({YourField},2)
The 2 denotes how may decimals to use. It also works with ToText
mlmcc
Main Topics
Browse All TopicsI am to use a field on my report which is defined in the database as NUMBER. I need to do the following to the field before displaying on report:
(1) Limit the field to only 2 decimals
(2) Convert the "2-decimals only" field to text (to display on report)
THANKS!!!
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
The ToText and Cstr utilities work great, thanks. I have 2 other minor things I need to do to this field (either at the same time as the Cstr/ToText or after:
(1) I need to right justify the result
(and)
(2) Since there is a possibility of a negative answer (i.e. 12390.00) i would like to remove the sign in the result.
Your help is appreciated!!
Business Accounts
Answer for Membership
by: dan_nealPosted on 2009-09-11 at 12:44:13ID: 25312865
Create a formula field that uses the ToText(dbfield,"0.##") function