Group Auto Number Aggregate Functoid
Description: The Group AutoNumber Functoid will enumerate in steps of <StepSize> from <StartValue> up until <MaxNumber>
Inputs with their allowed values:
- Group
- Connect this to the output of a Group Aggregate Functoid
- StartValue
- Integer value that represents the starting value
- StepSize
- Integer value that represents the incremental size
- MaxNumber
- Integer value that represents the maximum value. If maximum value is exceeded before group elements all have been cycled though, the enumeration will restart from StartValue
_GroupAutoNumber-aggregate.png)
Picture of the Group Auto Number Aggregate Functoid
Remark: The GroupAutoNumber is actually identical to AutoNumber except for the fact that it is capable of doing this dynamically per sub group in a Group By output.
Example:
- Group
- Group Aggregate Functoid output
- StartValue
- StepSize
- MaxNumber
See Figure 1.
_GroupAutoNumber-aggregate-example.png)
Figure 1