• Returns the sum of a numeric expression evaluated over a specified set.

    If a numeric expression is specified, the specified numeric expression is evaluated across the set and then summed. If a numeric expression is not specified, the specified set is evaluated in the current context of the members of the set and then summed. If the SUM function is applied to a non-numeric expression, the results are undefined.

    Parameters

    • Set_Expression: string
    • Optional Numeric_Expression: string

    Returns string

Generated using TypeDoc