Skip to main content
Version: Streamsheets 3.0

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

TypeDescription
NumberSteps done in repeat-calculation mode or 1 if Streamsheet mode is different.

Examples

FormulaResultComment
=CYCLE.GET()
2