Description
Returns true if the specified set is empty, otherwise false
Example
Find what instances has no open tickets
instance->i/name{"Instance"}/$i/empty(tickets[status = 'OPEN']){"All tickets closed"}
Syntax
empty(set)
Parameters
Type | Description |
---|---|
Set | A set that can be empty |
Post your comment on this topic.