TopBottomFilter

A TopBottomFilter filters values that are at the top or the bottom.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The aggregation and sort configuration of the top bottom filter.

Link copied to clipboard

The column that the filter is applied to.

Link copied to clipboard

The default configurations for the associated controls. This applies only for filters that are scoped to multiple sheets.

Link copied to clipboard

An identifier that uniquely identifies a filter within a dashboard, analysis, or template.

Link copied to clipboard
val limit: Int?

The number of items to include in the top bottom filter results.

Link copied to clipboard

The parameter whose value should be used for the filter value.

Link copied to clipboard

The level of time precision that is used to aggregate DateTime values.

Functions

Link copied to clipboard
inline fun copy(block: TopBottomFilter.Builder.() -> Unit = {}): TopBottomFilter
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String