Filter Rows Node

A Filter Rows node allows you to select rows by specifying a SQL statement that describes the rows. For example, to select all rows where CUST_GENDER is "F", specify

CUST_GENDER = 'F'

You can either write the SQL expression directly or use the Expression Builder.