Need help? Get answers from the docs with Omni's in-app AI! Log in to your Omni instance and open the AI Assistant in the sidebar.
Maps joins when the query view is based on SQL and the joins are non-default joins.
query: join_via_map: <view_name>: [] <view_name>: [<view_name_to_map_to>]
Hide query properties
query: fields: users.id: id order_items.sale_price_sum: sales base_view: order_items join_via_map: orders: [] order_items: [ orders ]
Was this page helpful?