DMDX Help.
Branch If Counter GT Keyword
<BranchIfCounterGT
designator,N2,N3>
<bicGT designator,N2,N3>
variant:
Call If Counter GT Keyword
<CallIfCounterGT
designator,N2,N3>
<cicGT designator,N2,N3>
counter designators:
counter.name.
c.name.
counterN1
cN1
N1
If counter
.name. or counter N1's value is greater than 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 .gt. 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.