Hi everyone!
I’m working with SurveyCTO, and I need to filter choices with two conditions. I have a filter on the variable ${presents}, where the possible choices displayed depend on the answer of the variable ${division} with the expression filter=${division} or filter=0. In addition, I want the possible answers displayed to be the ones not selected in the previous question ${disc}. Normally, this is done with (not(selected(${disc}, filter))), but if I add it to the first filter I made from the ${division} with an “and”, the not-selected filter doesn’t work.
Can someone help me?
Thanks in advance for your help and time!