Filter - Web Behavior Dialog
The Filter-Web Behavior dialog helps you to apply the Filter web action to a web control in a library component so as to filter the library component at runtime. It appears when you right-click a web control in the configuration panel of a library component and select Web Behaviors > Filter from the shortcut menu.
The following are details about options in the dialog:
Apply Action To
Specifies the data component to which to apply the filter action. Select the desired object from the drop-down list.
Filter On
Specifies the field on which the filter is based. Which fields are available here depends on which object you choose from the Apply Action To drop-down list.
Operator
Specifies the operator to compose the filter expression.
- =
Equal to - >
Greater than - <
Less than - >=
Greater than or equal to - <=
Less than or equal to - !=
Not equal to - in
Causes an enumerated list of values to appear in the WHERE clause predicate, used for evaluating for a true condition. For the operator "in", multiple values separated by comma (,) are allowed.
Value
Specifies the value of how to filter the field. The value may be input by yourself, or be specified by the value of a web control.
OK
Accepts the changes and closes this dialog.
Cancel
Does not retain any changes and closes the dialog.
Help
Displays the help document about this feature.