DMDX Help.


Branch If Counter LE Keyword

<BranchIfCounterLE designator,N2,N3>
<bicLE designator,N2,N3>

variant:
Call If Counter LE Keyword

<CallIfCounterLE designator,N2,N3>
<cicLE designator,N2,N3>

counter designators:
counter.name.
c.name.
counterN1
cN1
N1


    If counter .name. or counter N1's value is less than or equal to N2 the next item to be processed will be item number N3, all other intervening items will be skipped. See <Branch> and <SetCounter>.

    NOTE: The
<BranchIf> and <CallIf> keywords can be used instead of these keywords, for instance <BranchIf N3, cN1 .le. N2>. Whereas <BranchIf> evaluates it's expression before the display, RT and conditional increment and decrements have been executed this keyword's test is performed at the end of the item after everything else has been evaluated.




DMDX Index.