Precision of calculations on values with decimals

Decimals are allowed in all expressions you specify for field validation. However, before any comparison the result of an expression is rounded to 2 decimals by default.

If you need greater precision in a comparison, multiply the arithmetic expressions on each side of the relational operator by 10 or 100.

Example: (FieldA+FieldB)*100>(3*FieldC)*100