Filter - Web Behavior Dialog Box
You can use the Filter-Web Behavior dialog box to apply the Filter web action to a web control in a library component so as to filter the library component at runtime. This topic describes the options in the dialog box.
Designer displays the Filter-Web Behavior dialog box when you right-click a web control in the configuration panel of a library component and select Web Behaviors > Filter from the shortcut menu.
You see the following options in the dialog box:
Apply Action To
Select the data component to which to apply the filter action.
Filter On
Specify the field on which to perform the filter. Which fields are available here depends on which data component you select from the Apply Action To drop-down list.
Operator
Specify the operator to compose the filter expression.
- =
Equal to - >=
Greater than or equal to - >
Greater than - <
Less than - <=
Less than or equal to - !=/<>
Not equal to - IN
The operator causes an enumerated list of values to appear in the WHERE clause predicate, and is used for evaluating for a true condition. For the "IN" operator, you can use multiple values separated by comma (,).
Value
Specify the value of how to filter the field. You can type the value, or specify it by the value of a web control.
OK
Select to apply all changes and close the dialog box.
Cancel
Select to close the dialog box without saving any changes.
Help
Select to view information about the dialog box.