Skip to main content

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.

Tags can be referenced or searched in the workbook’s field browser within fields or drill_fields with the syntax tag:tag_name.

Syntax

<measure_name>:
  tags: [<tag1>, <tag2>, ...]

Properties

measure_name
object[]
The name of the measure.

Examples

total_profit:
  aggregate: sum
  sql: ${profit}
  tags: [finance, secure]