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

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!

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