Syntax
Properties
The name of the dimension.
Need help? Get answers from the docs with Omni's in-app AI! Log in to your Omni instance and open the Omni Agent in the sidebar.
Create aliases for renamed dimensions to prevent existing Omni content from breaking when field names change in the data model.
<field_name>:
sql: ${'"FIELD_NAME'}
aliases: [OLD_FIELD_NAME]
Hide dimension_name properties
order_price:
sql: ${'"order_price'}
aliases: [sale_price]
Was this page helpful?