Skip to main content
This parameter applies a filter condition to all rows in the query after the join has been performed. The clause does not pre-filter then join; it joins first and then uses the WHERE statement to filter the results.

Syntax

Properties

where_sql
string
A SQL condition that filters rows after the join is performed. Use ${view_name.field_name} syntax to reference fields.

Examples

Only include rows with order counts greater than 20