Hey, I have nearly the same Problem.
My First question type is array (number):
Questionname:
dual1
| answer 1 | answer 2 |
| name 1 | | |
| name 2 | | |
| name 3 | | |
| name 4 | | |
Possible Asnwer for that could be:
| answer 1 | answer 2 |
| name 1 | X | X |
| name 2 | | X |
| name 3 | | X |
| name 4 | X | |
Than comes the next Question
dual2:
here I have a dual array.
For that I want to have, like in this example, only the
option to evaluate name 1 and name 4 because they are checked in
dual1 in the first answer column.
tried that with:
((dual1_SQ001_1.NAOK == "1" or dual1_SQ002_1.NAOK == "1" or dual1_SQ003_1.NAOK == "1" or dual1_SQ004_1.NAOK == "1" or dual1_SQ005_1.NAOK == "1" or dual1_SQ006_1.NAOK == "1" or dual1_SQ007_1.NAOK == "1" or dual1_SQ008_1.NAOK == "1"))
for 8 answer options in row for
dual1.
That code I wrote in the relevance equation.
In the field array filter I wrote dual1.
The Problem is, that it filters the names, but for all answers given in
dual1. So, in my example above the name 2 is also visible.
could someone point me out to the right relevance equation?
In the attachements you can find the first and the second question.
What is wrong with my relevance equation?