Name |
AgCount | |
Purpose |
Count a set of iterations. | |
Description |
Returns the number of iterations each of the [map] elements in the argument. Since this is an aggregate function, each argument is subject to different looping than that of the enclosing expression. See Aggregate Looping for details on how this looping works. If you wish to perform additional computation in conjunction with this aggregate function (a sum for example), then do that in an enclosing expression that uses this aggregate function as an argument. | |
Loop Type |
Aggregate | |
Return Type |
Integer (32) | |
Variable Arguments | ||
Variable Argument Type | [Map] Element |