I have a side by side question with 3 columns. For both column 1 and column 3, I want to set my minimum to 1 and maximum to 100. For column 2, I want my minimum to 1 and no maximum. How do I do this? I appreciate any help!
Page 1 / 1
Hi
Try setting column 1 and column 3 with custom validation of match regex using ^1-9]-0-9]?$|^100$.
Then, for column 2, try to use custom validation of is not empty.
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.