Template Filter Scope Configuration
data class TemplateFilterScopeConfiguration(val allSheets: TemplateAllSheetsFilterScopeConfiguration? = null, val selectedSheets: TemplateSelectedSheetsFilterScopeConfiguration? = null)
Constructors
Link copied to clipboard
constructor(allSheets: TemplateAllSheetsFilterScopeConfiguration? = null, selectedSheets: TemplateSelectedSheetsFilterScopeConfiguration? = 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.