IMeasureValueFilterRangeOptions
Home > @gooddata/sdk-model > IMeasureValueFilterRangeOptions
IMeasureValueFilterRangeOptions interface
Options for creating a measure value filter with range condition.
Signature:
export interface IMeasureValueFilterRangeOptions
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
Array<IAttribute | ObjRefInScope | string> |
(Optional) Optional array of attributes to define the dimensionality for the filter. If instance of attribute is provided, it will be referenced by its local identifier. | ||
|
number |
The start of the range | ||
|
Range operator to use in the filter | |||
|
number |
The end of the range | ||
|
number |
(Optional) Optional value to use instead of null values |