Aggregate Function Activity¶
Executes one of the aggregate functions(count, sum, avg, min, max) on given DataRow view and captures the result as a variable.
Parameters¶
Name |
Description |
Type |
Default |
---|---|---|---|
Title |
Title of the activity to display on the designer. |
text |
|
View |
Target view. |
text |
|
Column |
Target column. |
text |
|
Function |
Aggregate function. |
enum |
count |
As |
Name of variable which the value will be stored under. |
text |