FORMULA LANGUAGE
Adds a set of numbers or number lists.
Syntax
@Sum( numbers )
Parameters
numbers
result
Make sure the fields you send as parameters contain a number value -- Notes/Domino interprets empty number fields as the null string.
Since list concatenation has the highest precedence, list elements that are expressions must be in parentheses if the expression applies only to that element. For example, write @Sum(1:2:(-3):4), not @Sum(1:2:-3:4), if 3 is negative and 4 is not.
Language cross-reference
Addition operator of LotusScript language
Example See Also