Glitch with Decimal Data Type in Form View

When editing a decimal data type with 2 decimal places, after you enter, say 3.44, then hover over it while still editing you will see "Please enter a valid value. The two nearest valid values are 3 and 4.", even though 3.44 is a valid value.

0 2 67
2 REPLIES 2

Steve
Platinum 4
Platinum 4

Can you provide a screenshot showing the hover-over message? I've never heard of such a thing.

>>"Please enter a valid value. The two nearest valid values are 3 and 4."

That sounds like a custom error message, where someone is using valid_if to force integer values into a decimal column. Check that column's valid_if, and its "invalid value error" setting.

Marc_Dillon_0-1657034097062.png

 

Top Labels in this Space