Dashboard Filter Scope Configuration
data class DashboardFilterScopeConfiguration(val allSheets: DashboardAllSheetsFilterScopeConfiguration? = null, val selectedSheets: DashboardSelectedSheetsFilterScopeConfiguration? = null)
Constructors
Link copied to clipboard
constructor(allSheets: DashboardAllSheetsFilterScopeConfiguration? = null, selectedSheets: DashboardSelectedSheetsFilterScopeConfiguration? = 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.