Filter

Filter activity is used to filter within a dataset.

*Dataset name Reference name of dataset.
* Filter Filter expression.
*New dataset name It is named by creating a new dataset containing filtered data.

Note: * Fields selected with are required, others are optional.

Dataset name example

You can use the Dataset name as shown in the example.

newDS

Filter examples

You can use the Filter as shown in the examples.

$"ad"="ilhan" and $"Numara"=5
$"ad" begins with "il" or $"Numara"=7
$"ad" contains "han"
$"SIRKET"="Robusta"
$"${columnName}"="Robusta"
$"mail"="${mailAdresi}"

Supported operations and operators

=
!=
<
>
=>
<=
(
)
begins with
ends with
contains
does not contain
and
or

New dataset name example

You can use the New dataset name as shown in the example.

newFilteredDS