Free cookie consent management tool by TermsFeed sum() Function
sum() Function

Functions

sum( addend )

Returns the sum of the specified numbers. Returns an integer if all parameters are integers.

Parameters

Keyword Type Description

addend

Decimal Array

A number or array of numbers that will be added into the final sum.

Returns

Decimal

Usage considerations

If the addend values are integers, the function will return an integer.

Examples

sum(1,2,3,4) returns 10

Feature compatibility

The table below lists this function's compatibility with various features in Appian.
Feature Compatibility Note
Portals Compatible
Offline Mobile Compatible
Custom Record Field Expressions Compatible
Process Reports Compatible
Process Events Compatible
Open in Github Built: Thu, Mar 28, 2024 (10:34:14 PM)

sum() Function

FEEDBACK