Dashboard Computation
data class DashboardComputation(val forecast: DashboardForecastComputation? = null, val growthRate: DashboardGrowthRateComputation? = null, val maximumMinimum: DashboardMaximumMinimumComputation? = null, val metricComparison: DashboardMetricComparisonComputation? = null, val periodOverPeriod: DashboardPeriodOverPeriodComputation? = null, val periodToDate: DashboardPeriodToDateComputation? = null, val topBottomMovers: DashboardTopBottomMoversComputation? = null, val topBottomRanked: DashboardTopBottomRankedComputation? = null, val totalAggregation: DashboardTotalAggregationComputation? = null, val uniqueValues: DashboardUniqueValuesComputation? = null)
Constructors
Link copied to clipboard
constructor(forecast: DashboardForecastComputation? = null, growthRate: DashboardGrowthRateComputation? = null, maximumMinimum: DashboardMaximumMinimumComputation? = null, metricComparison: DashboardMetricComparisonComputation? = null, periodOverPeriod: DashboardPeriodOverPeriodComputation? = null, periodToDate: DashboardPeriodToDateComputation? = null, topBottomMovers: DashboardTopBottomMoversComputation? = null, topBottomRanked: DashboardTopBottomRankedComputation? = null, totalAggregation: DashboardTotalAggregationComputation? = null, uniqueValues: DashboardUniqueValuesComputation? = null)
Properties
Link copied to clipboard
The forecast computation configuration.
Link copied to clipboard
The growth rate computation configuration.
Link copied to clipboard
The maximum and minimum computation configuration.
Link copied to clipboard
The metric comparison computation configuration.
Link copied to clipboard
The period over period computation configuration.
Link copied to clipboard
The period to DataSetIdentifier
computation configuration.
Link copied to clipboard
The top movers and bottom movers computation configuration.
Link copied to clipboard
The top ranked and bottom ranked computation configuration.
Link copied to clipboard
The total aggregation computation configuration.
Link copied to clipboard
The unique values computation configuration.