Dashboard Pivot Table Aggregated Field Wells Args
data class DashboardPivotTableAggregatedFieldWellsArgs(val columns: Output<List<DashboardDimensionFieldArgs>>? = null, val rows: Output<List<DashboardDimensionFieldArgs>>? = null, val values: Output<List<DashboardMeasureFieldArgs>>? = null) : ConvertibleToJava<DashboardPivotTableAggregatedFieldWellsArgs>
Constructors
Link copied to clipboard
constructor(columns: Output<List<DashboardDimensionFieldArgs>>? = null, rows: Output<List<DashboardDimensionFieldArgs>>? = null, values: Output<List<DashboardMeasureFieldArgs>>? = 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.