Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

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

Recommended Posts

Posted

I'm having a bit of trouble using this function. As i understand it, the syntax of the function is Round(Numberfield ; Number of decimal places). Assuming the field contains the number 800, this function should return 800.00 when the number of decimal places is 2. Instead though i get 800 ... Is there are work around for this, im not thinking to well at this point.

Cheers,

~Genx

Posted

Rounding is not the same as formatting. Rounding is a NUMERICAL operation. In mathematics, 800.001 rounded to 2 decimal places equals 800. Trailing zeros are redundant in a number.

If you need to DISPLAY the result as 800.00, then either format the field to display 2 decimal places, or convert the result to TEXT and do the formatting yourself.

Posted (edited)

Rightio, thanks for clearing that up comment, I already resorted to just formatting it that way so yeh. At least know i'll know how to expect it to work.

Edited by Guest

This topic is 6892 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.