Genx Posted March 14, 2006 Posted March 14, 2006 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
Genx Posted March 14, 2006 Author Posted March 14, 2006 P.S. Theres no formatting or anything attached to the field.
comment Posted March 14, 2006 Posted March 14, 2006 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.
Genx Posted March 14, 2006 Author Posted March 14, 2006 (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 March 14, 2006 by Guest
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now