From version 1.0.109 replaced with a function TableStore.groupBy(), more info [FUNKCJE] TableStore
Basic information
Category: General
Available from version: 1.0.104
Description
Function to group data based on given grouping values. It is possible to call specific aggregating functions on grouped data. The resulting data is returned as TableStore object.
Configuration parameters
Parameter name | From version | Description | Parameter type | Default value | Field type | Comments and restrictions |
---|---|---|---|---|---|---|
Agregate function | 1.0.104 | The set of functions that can be called on the given variable. | Text array | Drop-down list | Available functions:
| |
Variable* | 1.0.104 | Variables whose values are to be aggregated after grouping. | Variable array | Editable field | ||
Concat separator | 1.0.104 | Separator with which the values after grouping will be joined. | Text | Editable field | Shows when CONCAT is selected from the Aggregate Function parameter. If several CONCAT Functions are added, the separator is common to them. | |
Number of decimal palces* | 1.0.104 | Number of decimal places in result value. | Text | Editable field | Shows when AVG is selected from the Aggregate Function parameter.A value from 0 to 8 is allowed. | |
Group by* | 1.0.104 | Variables are grouped based on their values. | Variable array | Editable field |
Parameter*- required field
Sample configuration
Grouping by indeksy column:
Grouping by indeksy and login columns:
Usage example
Change log
1.0.104
- Adding component