You have been redirected from an outdated version of the article. Below is the content available on this topic. To view the old article click here.

int_sum()

Usage

int_sum(collection)

Description
Returns the sum of all the values in the given collection as an integer value. This method will most likely be used in combination with the extract() or merge() functions.

Example

${int_sum(merge(1, 2, 3, 4))}

results in

10

Search results for "int_sum()"

int_sum()

Returns the sum of all the values in the given collection as an integer value. This method will most likely be used in combination with the extract() or merge() functions.

int_sum(collection)