Newbies mskichu Posted August 24, 2004 Newbies Posted August 24, 2004 hi anyone I have field which stores floating point Numbers. For example, after calculations this field stores the value 25.20 like 25.2 I want to store like 25.20 is there any way I can do it thanks mskichu www.crazytips.com
RalphL Posted August 25, 2004 Posted August 25, 2004 Trailing zeros are not stored in number fields. You can make it display trailing zeros by formating the field as a decimal number. If you want to store trailing zeros make it a text calculation. A case function may the easiest way to do this.
Newbies mskichu Posted August 25, 2004 Author Newbies Posted August 25, 2004 Thanks ralph I have tried in case structure but I have also find easier way to do this I have set the property of the field format as two decimal it worked out. In windows Right click on the field in the layout click Number format and set decimal value to 2 anyway thank you very much
Recommended Posts
This topic is 7464 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 accountSign in
Already have an account? Sign in here.
Sign In Now