How can I validate an amount, so that in the moment that the this amount exceeds the value of 100 , the respective field displays an error message.
Example:
field1+field2+filed3+field4= <100 display the value
field1+field2+filed3+field4= >100 display the error message
or include the test and message in the "Calculation action.
George Kaiser