PROGRAMMING OVERVIEW AND USER INTERFACE


Examples: Input validation formulas
1. This input validation formula doesn't let the Cost field exceed 100.
2. This formula forces the user to enter a ten-digit number. The formula removes up to two hyphens if they are present. The formula converts the result to a number and returns a failure if an error occurs on the conversion. The formula converts the number back to text and checks its length, returning a failure if the length is incorrect. This last step is necessary because @TextToNumber successfully converts, for example, 123A to 123.
See Also