Skip to main content
This parameter specifies the SQL condition that determines how rows from the source view and joined view are matched together. It supports simple equality joins as well as complex join conditions.

Syntax

Properties

on_sql
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