Skip to main content
ParameterDescription
idOmni-generated identifier for duplicate joins.
join_from_view_as_labelControls the display name of the source view in the UI when using the join.
join_from_view_asAliases the source view with a new name.
join_from_viewDefines the source view from which the join originates.
join_to_view_as_labelControls the display name of the joined view in the UI when using the join.
join_to_view_asAliases the joined view with a new name.
join_to_viewSpecifies the view to join to the source view.
join_typeSpecifies the type of SQL join to perform.
on_sqlSpecifies the SQL condition that determines how to perform the join.
relationship_typeDefines the cardinality relationship between joined tables.
reversibleControls whether the join can function bi-directionally for topics.
where_sqlAdds a WHERE clause to the generated SQL when a join is established.