DMDX Help.


Branch If Error Rate LE Keyword

<BranchIfErrorRateLE N1,N2>
<bierLE N
1,N2>

variant:
Call If Error Rate LE Keyword

<CallIfErrorRateLE N1,N2>
<cierLE N
1,N2>

    Tests current cumulative error rate against N1, if it is less than or equal to N1 a branch to item N2 is performed. See <BranchIfErrorRateGT>. Should you wish to clear the cumulative error rate without branching <bierLE 100, nextitem> should be used where nextitem is the next item's number.

NOTE:     The
<BranchIf> and <CallIf> keywords can be used instead of these keywords, for instance <BranchIf N2, errorrate .le. N1>. 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.