常见问题
遇到问题了吗?不用担心,答案都在这。
全站搜索

What if I Can’t Write a Regular Expression for Validation?

In Validation, you can use regular expressions to check user input. If you're not familiar with regular expressions, you can use Conditional Formulas as an alternative. For example, if you want to ensure that users enter a number between "1~99" in the "Qty" field:

You may follow the steps below:

Step 1: Creating a Text Field With a Conditional Formula

With the above example, you can apply a Conditional Formulas in the free text field to check whether the value falls between "1~99":

IF(AND(E20>0, E20<100), "Yes", "No"). This formula returns "Yes" when the number is between "1~99", and "No" otherwise.

Step 2. Applying Validation on the Field You Created in "Step 1"

Apply Validation "Yes" and add an error message if necessary:

In the future, when users input numbers that don't match the criteria, the system will pop up the error message upon saving:

    马上登记
    免费试用 Ragic!

    用 Google 帐号登记

    立即科技 Ragic, Inc.
    02-7728-8692
    info@ragic.com
    台北市中正区南昌路二段81号9楼
    用户条款 | 隐私权政策