G
Guest
I have set 2 decimal places for a number field (hours) but if I enter 1.5 or
1.50 it rounds up to 2.00
1.50 it rounds up to 2.00
Patrick said:I have set 2 decimal places for a number field (hours) but if I enter
1.5 or
1.50 it rounds up to 2.00
Joseph Meehan said:Two guesses:
You are using an integer number type. Integers are . . . well they are
integers (whole numbers no decimals.) You need a to use a single or double
number type.
I suggest you may want to use a time-date type if you are trying to work
with times. The Date type is really for date and time.
Douglas J Steele said:If all that's being stored is hours (presumably as a duration), then a
Date/Time field is not appropriate. It's intended to store a timestamp.