DQL operators in OpenPipeline DQL processor

  • Latest Dynatrace
  • Reference
  • 1-min read

This page lists the OpenPipeline DQL operators that are exclusive to the DQL processor. To learn more about a specific operator, select its name.

Iterative expressions

NameDescription

iAny

Checks an iterative boolean expression and returns true, if the expression was true at least once, false if it wasn't

iCollectArray

Collects the results of an iterative expression into an array.

iIndex

Allows to access the index of an iterative expression element.

Related tags
Dynatrace Platform