IMeasureValueFilterComparisonOptions
Home > @gooddata/sdk-model > IMeasureValueFilterComparisonOptions
IMeasureValueFilterComparisonOptions interface
Options for creating a measure value filter with comparison condition.
Signature:
export interface IMeasureValueFilterComparisonOptions
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. | ||
|
Comparison operator to use in the filter | |||
|
number |
(Optional) Optional value to use instead of null values | ||
|
number |
The value to compare to |