INegativeAttributeFilter
Home > @gooddata/sdk-model > INegativeAttributeFilter
INegativeAttributeFilter interface
Negative attribute filter essentially adds an NOT IN <set>
condition to the execution on the backend.
Signature:
export interface INegativeAttributeFilter
Remarks
When the condition is applied on attribute display form which is included in execution, it essentially limits the attribute elements that will be returned in the results: only those elements that ARE NOT in the provided list will be returned.
The filter can be specified even for attributes that are not included in the execution - such a filter then MAY influence the results of the execution indirectly: if the execution definition specifies MAQL measures that use the filtered attribute.
If the attribute elements in the notIn
property are empty, then the filter is NOOP.
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
negativeAttributeFilter | INegativeAttributeFilterBody |