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 theDocumentation Index
Fetch the complete documentation index at: https://docs.omni.co/llms.txt
Use this file to discover all available pages before exploring further.
WHERE statement to filter the results.
Syntax
Properties
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