Split Method
The Split method splits an input row set into two output row sets by evaluating a condition for each row.
Arguments
Input Argument | Description |
---|---|
Context |
Optional. Property set of variables shared across all rows. |
Row Set |
The set of rows to process. |
Condition |
A Boolean expression that references {Context} and {Row} field values. |
On True Row Set |
The row set to which rows are moved if Condition evaluates to True. |
Example
The following figure shows an example of arguments for a PSP procedure step named Inclusive Eligibility, which uses the Split method.
