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