DashboardNumericalMeasureField

data class DashboardNumericalMeasureField(val aggregationFunction: DashboardNumericalAggregationFunction? = null, val column: DashboardColumnIdentifier, val fieldId: String, val formatConfiguration: DashboardNumberFormatConfiguration? = null)

Constructors

Link copied to clipboard
constructor(aggregationFunction: DashboardNumericalAggregationFunction? = null, column: DashboardColumnIdentifier, fieldId: String, formatConfiguration: DashboardNumberFormatConfiguration? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The aggregation function of the measure field.

Link copied to clipboard

The column that is used in the NumericalMeasureField .

Link copied to clipboard

The custom field ID.

Link copied to clipboard

The format configuration of the field.