Skip to main content

NotExists

How to use the NotExists operator

The NotExists operator returns the items for which the NotExists condition is satisfied.

Allowed Children

One Attribute node

Requirements

Must have 1 attribute child

Return Type

Item Ids Set

Example: Use within a query

{
"type": "Query",
"properties": {
"dodiCode": "designInterfaces_trees"
},
"children": [
{
"type": "NotExists",
"children": [
{
"type": "Attribute",
"properties": {
"attributeCode": "attributes_treesHasTpa"
}
}
]
}
]
}