Dashboard Period To Date Computation
data class DashboardPeriodToDateComputation(val computationId: String, val name: String? = null, val periodTimeGranularity: DashboardTimeGranularity? = null, val time: DashboardDimensionField? = null, val value: DashboardMeasureField? = null)
Constructors
Link copied to clipboard
constructor(computationId: String, name: String? = null, periodTimeGranularity: DashboardTimeGranularity? = null, time: DashboardDimensionField? = null, value: DashboardMeasureField? = null)
Properties
Link copied to clipboard
The ID for a computation.
Link copied to clipboard
The time granularity setup of period to date computation. Choose from the following options:
Link copied to clipboard
The time field that is used in a computation.
Link copied to clipboard
The value field that is used in a computation.