This functionality is only available for certain module packages.

You are here: EEC > Office > Parameter sequences and control structures > Control structures in tables > IF

IF

The IF condition consists of two or three parts, as previously mentioned. The condition is a formula that must return a Boolean-type value. All table rows located between (*{IF}*) and (*{END_IF}*), or all table rows located between (*{IF}*) and (*{ELSE}*) and between (*{ELSE}*) and (*{END_ELSE}*) are affected by the IF control structure. Depending on how the condition evaluates, the rows are either inserted into the target document or deleted.