DashboardParamValue Object
A single dashboard-level parameter value, selected in the form at the top of a dashboard and fed into the charts whose param mappings target this key.
Fields
#
key
The param key this value is for (one of the dashboard chart param keys, e.g. PRODUCT).
kind
How a DATE value is produced. Null (or STATIC) means use the literal value as-is; the dynamic kinds (TODAY, DAYS_FROM_TODAY, DAYS_AFTER_TODAY) recompute the date on every load. DATE params only.
offsetDays
The number of days, used by the DAYS_FROM_TODAY and DAYS_AFTER_TODAY dynamic DATE kinds.
timeOfDay
The time-of-day (HH:mm) appended to a resolved DATETIME value (the dynamic kinds). Only meaningful on a DATETIME param; null leaves the value date-only. For a fixed DATETIME the time is part of value .
value
The selected value. An id for entity dimensions, an enum string for engagement type, or a Metabase-formatted date string for DATE. Ignored for the dynamic DATE kinds (TODAY, DAYS_FROM_TODAY, DAYS_AFTER_TODAY), which recompute the date on every load.
Usages
#
References
#
- Field paramValues from Dashboard
- Field paramValues from DashboardCell
DashboardParamOption