Does anyone recognize the reason for this error?
I have a two-row, single column grid question. Both rows are selects - drop down style.
The following skip logic ... Q1_r1<>47 And Q1_r2<>29 ... generates this error:
The binary operator '<>' requires the same type of both the left and right sides
I checked the question source code and it shows ...
<option value="47" id="Q1_r1_c1_47">Washington
<option value="29" id="Q1_r2_c1_29">Other
The Sawtooth online manual, I believe, says to use ...
Q1_r1<>47
Q1_r2<>29
... for this case.
However, both of these options, plus Q1_r1_c1<>47 and Q1_r2_c1<>29, all generate the same above error. Can anyone point out what I've done wrong?
Grid Skip Logic Problem
Resolved
5 replies