use filter
Apply a named filter to the data retrieved from a data set.
Name | Description | Type | Modifier |
---|---|---|---|
filter | Name of the filter to be applied. | String | None |
None
This action may be used within the following project items: test modules and user-defined actions.
Action lines
  duration country pickup state pickup
row 3 Canada British Columbia
row 1 United States Texas
row 2 United States Florida
row 5 United States California
row 4 Canada Manitoba
 
name criterion
filter canada_country country pickup="Canada"
name
use data set /Car Rental Test
 
filter
use filter canada_country
 
text
report # country pickup
 
repeat for data set