Using the CONTINUE function to apply multiple formulas to the same area

When included as part of a calculation statement formula, the CONTINUE function allows a subsequent statement with the same area definition to be executed. Normally, TM1® only executes the first calculation statement encountered for a given area.

For example, if a rule contains the following two statements

['Jan']= if(!region @= 'Argentina',10,CONTINUE);['Jan']=20;

all cells identified by Jan and Argentina are assigned a value of 10. Cells identified by Jan and any other Region element are assigned a value of 20.