Skip to main content

Calculate Metrics

Overview

Returns mean, median, range, max, min, sum, and collection size for a specific number field in a Record Collection.

Inputs

Records

The Record Collection that is used to calculate the metrics.

Type
Record Collection

Field API Name

The API Name of the field on the object to use for metric calculation. This must be a number field.

Type
Text

Outputs

Average

The average from the provided Record Collection and values from the Field API Name.

TypeVariable Name
Numberaverage

Median

The median from the provided Record Collection and values from the Field API Name.

TypeVariable Name
Numbermedian

Max

The max value from the provided Record Collection and values from the Field API Name.

TypeVariable Name
Numbermax

Min

The min value from the provided Record Collection and values from the Field API Name.

TypeVariable Name
Numbermin

Size

The size of the Record Collection.

TypeVariable Name
Numbersize

Sum

The sum from the provided Record Collection and values from the Field API Name.

TypeVariable Name
Numbersum

Range

The range from the provided Record Collection and values from the Field API Name.

TypeVariable Name
Numberrange