NestedFilter

A NestedFilter filters data with a subset of data that is defined by the nested inner filter.

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

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

Link copied to clipboard

A boolean condition to include or exclude the subset that is defined by the values of the nested inner filter.

Link copied to clipboard

The InnerFilter defines the subset of data to be used with the NestedFilter.

Functions

Link copied to clipboard
inline fun copy(block: NestedFilter.Builder.() -> Unit = {}): NestedFilter
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