Analysis Numeric Range Filter Args
data class AnalysisNumericRangeFilterArgs(val aggregationFunction: Output<AnalysisAggregationFunctionArgs>? = null, val column: Output<AnalysisColumnIdentifierArgs>, val defaultFilterControlConfiguration: Output<AnalysisDefaultFilterControlConfigurationArgs>? = null, val filterId: Output<String>, val includeMaximum: Output<Boolean>? = null, val includeMinimum: Output<Boolean>? = null, val nullOption: Output<AnalysisFilterNullOption>, val rangeMaximum: Output<AnalysisNumericRangeFilterValueArgs>? = null, val rangeMinimum: Output<AnalysisNumericRangeFilterValueArgs>? = null, val selectAllOptions: Output<AnalysisNumericFilterSelectAllOptions>? = null) : ConvertibleToJava<AnalysisNumericRangeFilterArgs>
Constructors
Link copied to clipboard
constructor(aggregationFunction: Output<AnalysisAggregationFunctionArgs>? = null, column: Output<AnalysisColumnIdentifierArgs>, defaultFilterControlConfiguration: Output<AnalysisDefaultFilterControlConfigurationArgs>? = null, filterId: Output<String>, includeMaximum: Output<Boolean>? = null, includeMinimum: Output<Boolean>? = null, nullOption: Output<AnalysisFilterNullOption>, rangeMaximum: Output<AnalysisNumericRangeFilterValueArgs>? = null, rangeMinimum: Output<AnalysisNumericRangeFilterValueArgs>? = null, selectAllOptions: Output<AnalysisNumericFilterSelectAllOptions>? = null)
Properties
Link copied to clipboard
The aggregation function of the filter.
Link copied to clipboard
The column that the filter is applied to.
Link copied to clipboard
val defaultFilterControlConfiguration: Output<AnalysisDefaultFilterControlConfigurationArgs>? = null
The default configurations for the associated controls. This applies only for filters that are scoped to multiple sheets.
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
Select all of the values. Null is not the assigned value of select all.