You can use an equation to suppress and unsuppress a feature.
In the
Add Equation dialog box, you use the Visual Basic
IIf function to specify when to suppress or unsuppress a feature.
The syntax of the Visual Basic IIf function is:
iif(expression, truepart, falsepart)
where:
- expression is the expression you want to evaluate
- truepart is the value to use if expression is true
- falsepart is the value to use if expression is false