IPositiveAttributeFilter
Home > @gooddata/sdk-model > IPositiveAttributeFilter
IPositiveAttributeFilter interface
Positive attribute filter essentially adds an IN <set>
condition to the execution on the backend.
Signature:
export interface IPositiveAttributeFilter
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 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 in
property are empty, then the filter is NOOP.
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
positiveAttributeFilter | IPositiveAttributeFilterBody |