Hello Limesurvey team!
First of all thank you for your great job!
I have a problem though. I am using version 2.00+ Build 121117 and I am trying to do what is shown in the LS2 Sample: Cascading Array Filters. Unfortunately as it was written under other version of limesurvey, I can't just copy paste all the options and get the same result. Here is why:
Q01 multiple choice
Code Subquestion
A Option A
B Option B
Option 'Other' Yes
Q02 is also multiple choice and according to the logic of cascade filter should show only options that are chosen in Q01
Option 'Other' No
Relevance equation: ((Q01_A.NAOK == "Y" or Q01_B.NAOK == "Y" or Q01_other.NAOK == "Y")
Array filter: Q01
Q02 multiple choice
Code Subquestion
A Option A
B Option B
however when I add the last line from the LS2 Sample: Cascading Array Filters which looks like
other {Q01_other}
and try to "save changes" I get the following error:
Error: 'other' is a reserved keyword.
Of course, without this line if I choose the Other option in Q01, I will not see it in the Q02, which is sad.
Please, help!