Controlling the Flow of Calculations
Table 82 lists the commands that manipulate the flow of calculations:
Table 82. List of Commands to Control the Flow of Calculations
Command | Calculation |
---|
FIX…ENDFIX | Calculate a subset of a database by inclusion |
EXCLUDE…ENDEXCLUDE | Calculate a subset of a database by exclusion |
LOOP…ENDLOOP | Specify the number of times that commands are iterated |
You can also use the IF and ENDIF commands to specify conditional calculations.
Note: | Essbase does not allow branching from one calculation script to another calculation script. |