AsNum
Sets the Databox value as numeric.
Sets the Databox value as numeric (as opposed to character/string data)
Expression
Databox Value
Result
Comments
AsNum + 3
12.34
15.34
Processes the Databox Value as Numeric, with the addition of the sum +3
AsNum +5 Result *6
1
36
Used to change the 'natural' evaluation according to operator precedence where brackets cannot be used. e.g. the Expression: (1) +5 *6
, would otherwise result in (1) +(5*6) = 31
Last updated
Was this helpful?