IElementsQueryAttributeFilter
Home > @gooddata/sdk-backend-spi > IElementsQueryAttributeFilter
IElementsQueryAttributeFilter interface
Attribute filter limiting the elements.
Signature:
export interface IElementsQueryAttributeFilter
Remarks
To be able to filter elements, the current attribute and the filter attribute must be connected in the data model. The property overAttribute
identifies the connecting table in the logical data model.
Not all backends support overAttribute prop.
For method providing all possible connecting attributes see IWorkspaceAttributesService.getCommonAttributes(). For method providing whether attributes have some connection in model see IWorkspaceAttributesService.getConnectedAttributesByDisplayForm().
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
attributeFilter | IAttributeFilter | ||
overAttribute | ObjRef |