Code: Select all
[ 'Output Value' ] = N:
IF ( DB ( 'ExampleCubeA' , 'ExampleElementA' ) = 0
% DB ( 'ExampleCubeB' , 'ExampleElementB' ) = 0
, 0
, CONTINUE
) ;
I'm asking because I'm stuck tracking down circular references. Some rules fit this example where it was assumed the processor bails out the moment a FALSE is evaluated. If the processor evaluates the ENTIRE conditional line, I'll need to rethink these rules.