This Form demonstrates the ability of Enterprise Forms to perform arithmetic calculations between form fields.Â
Â
Fields calculations are as easy as a mathematical expression
Â
For example to have FieldC = FieldA + FieldB
The expression to config in Enterprise Forms as follows:
[fieldCId] = [fieldAId] + [fieldBId]
Â