Dashboard Filter Scope Configuration Args
data class DashboardFilterScopeConfigurationArgs(val allSheets: Output<DashboardAllSheetsFilterScopeConfigurationArgs>? = null, val selectedSheets: Output<DashboardSelectedSheetsFilterScopeConfigurationArgs>? = null) : ConvertibleToJava<DashboardFilterScopeConfigurationArgs>
Constructors
Link copied to clipboard
constructor(allSheets: Output<DashboardAllSheetsFilterScopeConfigurationArgs>? = null, selectedSheets: Output<DashboardSelectedSheetsFilterScopeConfigurationArgs>? = null)
Properties
Link copied to clipboard
The configuration that applies a filter to all sheets. When you choose AllSheets
as the value for a FilterScopeConfiguration
, this filter is applied to all visuals of all sheets in an Analysis, Dashboard, or Template. The AllSheetsFilterScopeConfiguration
is chosen.
Link copied to clipboard
The configuration for applying a filter to specific sheets.