Filter - Web Action Builder Dialog
The Filter-Web Action Builder dialog helps you to build a Filter web action on an object so as to filter the data components in a report when the event bound with the action is triggered at runtime. It appears when you select *Filter and select OK in the Web Action List dialog.
The following are details about options in the dialog:
Apply Action To
Lists all the data components in the report. Select a data component to specify the filter conditions on it.
Get Input From
Specifies where to get the object. You can select Form if you add some objects to a form. Otherwise, only the item Other in Report you can choose.
Adds a new condition.
Removes the selected condition.
Moves the selected condition up a step.
Moves the selected condition down a step.
Filter On
Specifies on which field of the selected data component to perform the filter.
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.
More
Specifies the relationship between the current condition and the following, which could be And, Or and End.
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.