How to validate a single line text box in a repeating section using Regular Expressions

  • 11 January 2018
  • 2 replies
  • 2 views

Badge +1

How do I validate a single line text box in a repeating section to take values only in between -101 to 101. The value entered can be -100.9 (any number of decimals) and 100.9(any number of decimals) but not -101 or 101. Please help.


2 replies

Badge +9

use range validation:

212055_pastedImage_1.png

Badge +1

Hello Manfred, 

This helped me. Thank you very much.

Reply