Skip to content

converter__Aggregator

Robert Bossy edited this page Jul 27, 2017 · 1 revision

#Aggregator

Synopsis

Converts into aggregator functions (see AggregateValues).

String conversion

String conversion is not available for this data type.

XML conversion

	<count/>
      ```

Count the number of occurrences of each key.

```xml

	<sum>VALUE</sum>
      ```

Converts *VALUE* as an [Expression](converter__Expression) evaluated as an integer from each entry. The aggregate value is the sum of the results.
Clone this wiki locally