FORMULA LANGUAGE


Examples: @ToNumber
This example converts the values in a text field, containing "20," and a number field containing 10, into numbers so that they can be added using the @Sum function, which requires two numbers. The formula returns 30.

@Sum(@ToNumber(numberField);@ToNumber(textField))

See Also