The FilterDataset action returns a new record that only contains the specified columns in the specified order.
Parameters
|
Type |
Name |
Description |
|---|---|---|
|
ACTION |
Dataset |
Specifies an action that returns a record. |
|
VALUELIST |
Columns |
Specifies a list with the names of the columns to be transferred. |
|
SELECT |
Filter Type |
Specifies whether the specified columns should be included or whether selected columns should be excluded. |
Return
|
Type |
Description |
|---|---|
|
DATASET |
Returns the generated record. |