CYCLE.GET
Returns the Streamsheet steps done in repeat-calculation mode.
info
This function is only valid for Streamsheets which settings are defined to calculate repeatedly. If this is not the case this function always returns 1.
To get the number of times a Streamsheet was processed refer to step.get() and to get the steps for a Streamsheet which was repeatedly triggered by execute refer to repeatindex.get().
Syntax
=CYCLE.GET()
Arguments
None
Return
Type | Description |
---|---|
Number | Steps done in repeat-calculation mode or 1 if Streamsheet mode is different. |
Examples
Formula | Result | Comment |
---|---|---|
| 2 |