Skip to main content
The field will still referenceable in the model, but hidden in the workbook UI.

Syntax

<dimension_name>:
  hidden: true

Properties

dimension_name
object[]
The name of the dimension.

Examples

Hide a field
id:
  hidden: true
Hidden compound primary key
compound_primary_key_field:
  sql: concat(${field_1},'-',${field_2})
  primary_key: true
  hidden: true
]