I have a field of type Money which I would like to restrict to whole $ amounts only, and have set the formatting option to 0 decimal places. If I type in a whole number value, it works fine. If, however, I type in a value with a decimal point, then regardless of the actual decimal values, or how many decimal places I type in, the display is always showing the default value of two decimal places.
I tried a workaround of extracting the whole number portion of the entry, and writing it back into the field, but it turns out that doing this will again cause 2 decimal places to be displayed, regardless of the value written back into the field.
Any suggestions on how to fix this?