Skip to main content
Specifies the SQL condition that determines how to perform the join. Supports simple equality joins as well as complex join conditions.

Syntax

Properties

string
required
The SQL condition for matching rows between views. Use ${view_name.field_name} syntax to reference fields.
When using aliased joins, both the original view names (join_from_view, join_to_view) and aliased view names (join_from_view_as, join_to_view_as) can be used in this parameter.

Examples

Basic equality join
Complex inequality join
Compound join keys