AnalysisNestedFilter

data class AnalysisNestedFilter(val column: AnalysisColumnIdentifier, val filterId: String, val includeInnerSet: Boolean, val innerFilter: AnalysisInnerFilter)

Constructors

Link copied to clipboard
constructor(column: AnalysisColumnIdentifier, filterId: String, includeInnerSet: Boolean, innerFilter: AnalysisInnerFilter)

Types

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 .