Dashboard Pivot Table Aggregated Field Wells
data class DashboardPivotTableAggregatedFieldWells(val columns: List<DashboardDimensionField>? = null, val rows: List<DashboardDimensionField>? = null, val values: List<DashboardMeasureField>? = null)
Constructors
Link copied to clipboard
constructor(columns: List<DashboardDimensionField>? = null, rows: List<DashboardDimensionField>? = null, values: List<DashboardMeasureField>? = null)
Properties
Link copied to clipboard
The columns field well for a pivot table. Values are grouped by columns fields.
Link copied to clipboard
The rows field well for a pivot table. Values are grouped by rows fields.
Link copied to clipboard
The values field well for a pivot table. Values are aggregated based on rows and columns fields.