FORMULA LANGUAGE
Examples: @ToNumber
1. This example returns 20 and 40 in a list.
@ToNumber("20" : "40")
2. This example results in the error, "The value cannot be converted to a Number."
@ToNumber("20" : "r")
3. 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))
Siehe auch
@ToNumber
Glossar
Ihre Kommentare zur
Hilfe
oder zur
Verwendbarkeit der Software
?
Hilfe zur Hilfe
Inhalt der gesamten Hilfe
Glossar