TMSWhite schrieb:
The this variable expands to the name of the current subquestion when you use subquestion validaton. If you use whole question validation, that single equation is tested each time a value changes. Try the demo surveys at /docs/demosurveys/*.lss
For example, for the Question Validation Equation:
(this / 3) == floor(this/3)
for the Question Validation Tip:
{if(!((this / 3) == floor(this/3)),'Bad','Good')}
And I'm creating an array filter from Q1. Very strange behaviour. It never actually displays 'Bad'. It just always displays 'Good' in various colours. And I can't proceed unless all of the checkboxes in Q1 are checked.
If you try a quick implementation of this locally I think you'll see what I mean. I believe it's a problem with array filters equation validation.