Jump to content

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

Recommended Posts

  • Newbies
Posted

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

Posted

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
Posted

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

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 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.