How to set maximum and minimum numeric entry on a side by side question column | XM Community
Skip to main content
Question

How to set maximum and minimum numeric entry on a side by side question column

  • March 17, 2025
  • 1 reply
  • 15 views

Forum|alt.badge.img+1
  • Level 1 ●
  • 4 replies

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!

1 reply

Forum|alt.badge.img+16

Hi ​@ABA1,

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