Dear SurveySolutions Team,
I want to know how many validation condition can i write for one cuestion. I have 10, and i can’t write more.
Best regards,
Marcos Parra N.
Dear SurveySolutions Team,
I want to know how many validation condition can i write for one cuestion. I have 10, and i can’t write more.
Best regards,
Marcos Parra N.
Yes, we allow 10 separate validation expressions each with its own error message. You can have multiple validation conditions combined in one expression with OR (||) and AND (&&) operands. For example, you can write
age>15 || income < 8000 || hours < 24, this expression has 3 conditions that could be used with an error message, for example, “The answer is invalid, please check”.