FORMULA LANGUAGE
Examples: @TextToNumber
1. This example returns 123 as a number.
@TextToNumber("123")
2. This example returns 123 and 456 as a number list.
@TextToNumber("123" : "456")
3. This example returns @ERROR if the contents of the field named Cost cannot be converted to a number.
@TextToNumber(Cost)
Vedere anche
@TextToNumber
Glossario
Guida sulla Guida
Contenuto completo della Guida
Glossario