Control Flow Commands
Use the control flow commands in Essbase calculation scripts to iterate a set of commands or to restrict the commands' effect to a subset of the cube. These command blocks help you control the scope and the logical flow of a calculation script.
-
The FIX…ENDFIX and EXCLUDE…ENDEXCLUDE command blocks restrict calculations to specified members.
-
The LOOP...ENDLOOP command block enables repetition.
-
The FIXPARALLEL...ENDFIXPARALLEL command block enables parallel calculation controls on a subset.