Dashboard Top Bottom Ranked Computation
data class DashboardTopBottomRankedComputation(val category: DashboardDimensionField? = null, val computationId: String, val name: String? = null, val resultSize: Double? = null, val type: DashboardTopBottomComputationType, val value: DashboardMeasureField? = null)
Constructors
Link copied to clipboard
constructor(category: DashboardDimensionField? = null, computationId: String, name: String? = null, resultSize: Double? = null, type: DashboardTopBottomComputationType, value: DashboardMeasureField? = null)
Properties
Link copied to clipboard
The category field that is used in a computation.
Link copied to clipboard
The ID for a computation.
Link copied to clipboard
The result size of a top and bottom ranked computation.
Link copied to clipboard
The computation type. Choose one of the following options:
Link copied to clipboard
The value field that is used in a computation.