caseIndex
|
A value equivalent to the case’s row number in a case table. No parentheses are needed. It only makes sense when used as part of the formula of an attribute.
Example: modulo( caseIndex, 3) will yield {1, 2, 0, 1, 2} as values for the first five cases in a collection.
|