TimeRangeFilter

A TimeRangeFilter filters values that are between two specified values.

Types

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

Properties

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

The exclude period of the time range filter.

Link copied to clipboard

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

Link copied to clipboard

Determines whether the maximum value in the filter value range should be included in the filtered results.

Link copied to clipboard

Determines whether the minimum value in the filter value range should be included in the filtered results.

Link copied to clipboard

This option determines how null values should be treated when filtering data.

Link copied to clipboard

The maximum value for the filter value range.

Link copied to clipboard

The minimum value for the filter value range.

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: TimeRangeFilter.Builder.() -> Unit = {}): TimeRangeFilter
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