CONTINUE

When included as part of a rules expression, CONTINUE allows a subsequent rule with the same area definition to be executed. Normally, Planning Analytics only executes the first rule encountered for a given area.

This function is valid in both rules and TurboIntegrator processes.

Syntax

CONTINUE

Arguments

None.

Example

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

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