Analysis Filter Group
data class AnalysisFilterGroup(val crossDataset: AnalysisCrossDatasetTypes, val filterGroupId: String, val filters: List<AnalysisFilter>, val scopeConfiguration: AnalysisFilterScopeConfiguration, val status: AnalysisWidgetStatus? = null)
Constructors
Link copied to clipboard
constructor(crossDataset: AnalysisCrossDatasetTypes, filterGroupId: String, filters: List<AnalysisFilter>, scopeConfiguration: AnalysisFilterScopeConfiguration, status: AnalysisWidgetStatus? = null)
Properties
Link copied to clipboard
The filter new feature which can apply filter group to all data sets. Choose one of the following options:
Link copied to clipboard
The value that uniquely identifies a FilterGroup
within a dashboard, template, or analysis.
Link copied to clipboard
The list of filters that are present in a FilterGroup
.
Link copied to clipboard
The configuration that specifies what scope to apply to a FilterGroup
. This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
Link copied to clipboard
The status of the FilterGroup
.