.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

FORMULA LANGUAGE


@Sum
Example

Adds a set of numbers or number lists.

Syntax

@Sum( numbers )

Parameters

numbers


Return value

result


Usage

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