The data retrieved by aggregation functions is based on one or more mappings. Each mapping is a line item or property with the list data type. This list must also apply to the source line item. The values of the mappings determine which values to retrieve.
Each aggregation function uses a distinct syntax in the following format:
Data source[Function: Mapping 1, Function: Mapping 2, etc.]
Title | Syntax | Description |
---|---|---|
ALL | Source[ALL: Mapping, ALL: Mapping 2, etc.] | |
ANY | Source[ANY: Mapping, ANY: Mapping 2, etc.] | |
AVERAGE | Values to average[AVERAGE: Mapping, AVERAGE: Mapping 2, etc.] | |
FIRSTNONBLANK | Line item to search [FIRSTNONBLANK: Mapping, FIRSTNONBLANK: Mapping 2, etc.] | |
LASTNONBLANK | Line item to search[LASTNONBLANK: Mapping, LASTNONBLANK: Mapping 2, etc.] | |
MAX | Source[MAX: Mapping, MAX: Mapping 2, etc.] | |
MIN | Source[MIN: Mapping, MIN: Mapping 2, etc.] | |
SUM | Values to sum[SUM: Mapping, SUM: Mapping 2, etc.] | |
TEXTLIST | Values to list[TEXTLIST: Mapping, TEXTLIST: Mapping 2, etc.] |