-
Notifications
You must be signed in to change notification settings - Fork 6
converter__Aggregator
Robert Bossy edited this page Jul 27, 2017
·
1 revision
#Aggregator
Converts into aggregator functions (see AggregateValues).
String conversion is not available for this data type.
<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.