The Condition panel displays the current set of rules for the required, relevant, and readonly properties. It can be accessed in the following ways:
From the main window that shows the form controls, right click or double click on INPUT or ENUMERATION cell to open the properties window.
Then from the properties window, select 'Condition', which causes the 'Edit condition' link to appear to the right of the selection box. This Provides access to the condition panel as shown in the following figure.
Each row in the table represents a rule. Multiple rules are logically combined using the Operator column. The columns are as follows:
Op - This column allows the selection of either "AND" or "OR" to logically combine multiple rules.
"("- Multiple parenthesis levels can be used to build complex conditions.
Attribute - This column will display a drop down list of all attributes visible in the form. Select the attribute desired for the rule.
Comp - Select either "=" or "!=" comparison for the rule.
Value - Select or enter the desired comparison value. If the selected attribute for this rule is an enumeration type, then the list of valid enumeration values is displayed in this column.
")"- Same as above.
To change the value of a cell in the condition table, click on the desired cell and a text entry or a combo box will appear that will allow the appropriate value to be entered or selected.