|
|
There are a few approaches to this problem. All of them include testing the value of each number field before summing the total:
mtotal := @If(field1 = ""; 0; field1) + @If(field2 = ""; 0; field2) +...;
Or in the input translation of each field you can do this:
@If(@IsNumber(FIELDNAME); FIELDNAME; 0)

Notes R4
Notes/Domino 4.5
Notes/Domino 4.6
Notes/Domino R5
Notes/Domino 6
Notes/Domino 6.5
Notes/Domino 7