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.Documentation Index
Fetch the complete documentation index at: https://docs.omni.co/llms.txt
Use this file to discover all available pages before exploring further.
Syntax
Properties
The SQL condition for matching rows between views. Use
${view_name.field_name} syntax to reference fields.Examples
Basic equality join
Complex inequality join
Compound join keys