Hello,
Is it possible to disable calculation if the value from a field which is an input field for a formula is null. Example:
Say we have 3 fields on the form:
- Field a: XamNumericEditor (no formula)- Field b: XamNumericEditor (no formula)- Field c: XamNumbericEditor (formula: [//a] + [//b])
Now when the window is loaded the calculation engine is triggered and field c will contain 0,00 as a value even though field a and b are empty.
Is it possible to change this so that field c is only calculated when all fields are filled with values (value != null)
RegardsJohannes
No one?