Skip to main content

Documentation index: llms.txt. This page is also available as markdown: append .md to this URL or send Accept: text/markdown.

DashboardFieldRole

The role of dashboard the dashboard field

enum DashboardFieldRole {
DIMENSION
FILTER
MEASURE
PARAMETER
}

Values

DashboardFieldRole.DIMENSION

Field used to categorize or group data

DashboardFieldRole.FILTER

Field used to filter dashboard data

DashboardFieldRole.MEASURE

Field containing numeric values for calculations

DashboardFieldRole.PARAMETER

Field used as a configurable parameter

Member Of