Within calculation expressions constants are also available with the syntax "$constantname".
The constants listed below are supported:
Syntax
Importance
$inputRepresentative for the input data of the calculation expression.
What the input data is depends strongly on the context in which the calculation is evaluated.
For example, in a label expression for data grid cells, $input returns the entire row object.
The context of the input data is usually explained by the respective entry in the manual.
$nullStands for "no value".
$trueReturns the Boolean value true.
$falseReturns the Boolean value false.
Constants (Calculation expression)
Was this article helpful?