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
<dimension_name>:
description: <description_text>
Properties
The name of the dimension.Hide dimension_name properties
A text description of the dimension. Use unquoted text.
Examples
full_name:
description: Full name based on first_name, last_name in CRM
Calculated field description
margin:
sql: ${order_items.sale_price} - ${products.cost}
description: Profit margin calculated as sale price minus product cost