DashboardKpiFieldWells

data class DashboardKpiFieldWells(val targetValues: List<DashboardMeasureField>? = null, val trendGroups: List<DashboardDimensionField>? = null, val values: List<DashboardMeasureField>? = null)

Constructors

Link copied to clipboard
constructor(targetValues: List<DashboardMeasureField>? = null, trendGroups: List<DashboardDimensionField>? = null, values: List<DashboardMeasureField>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The target value field wells of a KPI visual.

Link copied to clipboard

The trend group field wells of a KPI visual.

Link copied to clipboard

The value field wells of a KPI visual.