Setting Recordset Filters for Child Process Execution
You can create a recordset filter that only selects specified rows of a recordset to be used during execution of a child process within a process. These filters are separate from reports, and they are linked with the System Window action Execute Process.
To create a recordset filter, you must have a layout and recordset associated with the process.
To create recordset filters:
- In the Navigation pane, click Processes.
- In the Summary pane, complete one of the following:
- Double-click a process that has an associated layout and recordset
- Right-click on a process that has an associated layout and recordset and select Edit
The Process Editor opens.
- Click the Steps tab.
- In the Step grid, select a step with the System Window action Execute Process.
- In the Parameters tab, click the Select Recordset Filter button.
The Record Filter dialog opens.
- To add rows to the Filters pane, double-click on the layout variable in the Navigation tree or use the drag-and-drop operation. When using the drag-and-drop method, you need to place the variable on the Filters tree node.
-
To change the condition, use the Filter toolbar.
Condition
Icon
Description
AND
Creates the programming AND condition. All conditions must be met.
OR
Creates the programming OR condition.
AND <> OR
Toggles between the programming AND - OR conditions.
Remove
Deletes the filter or condition once selected in the Where Criteria portion of this dialog.
- Select a layout variable that you want to add a new value.
- Select one of the following Operators:
- Is Equal To
- Is Less Than
- Is Less Than or Equal To
- Is Greater Than
- Is Greater Than or Equal To
- Starts With
- Contains
- If you want to reverse the filter condition, select the Not option.
- Click the Select Variable button to select a value.
The Select Variable dialog opens.
- Select a variable and click OK.
The value of the variable appears in the Value text field. Any variable, whether associated with a layout or not, may be used as a value.
- Click OK.
The new recordset filter is saved, and the Recordset Filter text field lists enabled.