Common field properties
We call measure
, dimension
, and relation
properties as field
. You can use the following properties inside metrics:
Fields
The following properties can be used in measures
, dimensions
, and relations
:
name:
name:
The unique identifier of the metric. If you set the name, you can reference the metric from other metrics.
name: total_events
label:
label:
The value will be shown in the user interface. If the label is not set, the default label is name
.
label: Total Events
category:
category:
If you have many different fields for different use-cases, you can group them under different categories by setting the category
field. By default, the fields are not categorized.
category: Product
hidden:
hidden:
If the value is true
, the model will not show up in the user interface.
hidden: false
Updated over 3 years ago