Comparison1
Home > @gooddata/sdk-code-schemas > v1 > Comparison1
v1.Comparison1 interface
Signature:
export interface Comparison1
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
"GREATER_THAN" | "GREATER_THAN_OR_EQUAL_TO" | "LESS_THAN" | "LESS_THAN_OR_EQUAL_TO" | "EQUAL_TO" | "NOT_EQUAL_TO" |
Condition to use for this filter. | ||
|
(LabelIdentifier6 | string)[] |
(Optional) Optional array of attribute or label references or local identifiers to apply dimensionality to the filter. | ||
|
boolean |
(Optional) Null values will be treated as zero. | ||
|
"metric_value_filter" | |||
|
Metric or local metric to use in this filter. | |||
|
number |
Value to use in condition for this filter. |