Constants

The expression language provides constants for use in expressions.

The expression language provides the following constants:
data types
Data Collector data types are available as constants. This allows you to check for types within an expression with the record:type() function.
NULL
You can use NULL as a constant in expression logic. This allows you to check for null values or set values to NULL.