I have a conditional constraint that is not working. The constraint is on a decimal type field and the appearance for the field is "numbers", which is like the calculator option to enter the values. The field has a default value of 2.5. I'm trying to put a constraint on the field so the value entered into the field can't be smaller than 2.5 and if it is lower than 2.5 it's supposed to show a constraint message. The constraint itself looks as follows
. >= 2.5
Based on what I've read that should take the current value enter (.) and make sure that it's greater or equal to 2.5.
Thank you for any help you can provide.