IDashboardArbitraryAttributeFilter
Home > @gooddata/sdk-model > IDashboardArbitraryAttributeFilter
IDashboardArbitraryAttributeFilter interface
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Arbitrary attribute filter of the filter context.
Signature:
export interface IDashboardArbitraryAttributeFilter
Remarks
Allows filtering by custom string values that don't need to exist as actual attribute elements. Unlike IDashboardAttributeFilter, values are free-form strings, not references to existing elements.
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
{ displayForm: ObjRef; values: Array<string | null>; negativeSelection: boolean; localIdentifier?: string; title?: string; filterElementsBy?: IDashboardAttributeFilterParent[]; filterElementsByDate?: IDashboardAttributeFilterByDate[]; validateElementsBy?: ObjRef[]; } |
(ALPHA) |