IDashboardMeasureValueFilter
Home > @gooddata/sdk-model > IDashboardMeasureValueFilter
IDashboardMeasureValueFilter 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.
Measure value filter of the filter context.
Signature:
export interface IDashboardMeasureValueFilter
Remarks
Allows filtering data points across dashboard visualizations based on the value of a metric. Conditions are OR-ed together (e.g. value > 100 OR value < 10). When conditions is empty or undefined, the filter is treated as "All" (no filtering).
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
{ measure: ObjRef; localIdentifier: string; conditions?: MeasureValueFilterCondition[]; title?: string; } |
(ALPHA) |