aggregation Function
Parameters
value
The function that aggregates the values in Column
.
suspend fun aggregationFunction(argument: suspend DashboardAggregationFunctionArgsBuilder.() -> Unit)
Parameters
argument
The function that aggregates the values in Column
.