NQL logical operators
NQL 'in'
Use the in
logical operator to check if a metric value is in the list.
Examples:
NQL '!in'
Use the !in
logical operator to check if a metric value is not in the list.
Examples:
NQL 'contains'
Use the contains
logical operator to check if a string is contained in an array of strings.
Example:
NQL '!contains'
Use the !contains
logical operator to check if a string is not contained in an array of strings.
Example:
Last updated
Was this helpful?