Hi
I have been trying to do a feature report that show you an answer if you do not mark one of several questions in a multiple-choice question. I tried using the != operator but that gives back all values no matter what you actually mark in the survey.
it looks like this atm
${if varde_132_4!=4} <answer>${/} ${if varde_132_4!=3} <answer>${/} ${if varde_132_4!=2} <answer>${/} ${if varde_132_4!=1} <answer>${/}
Know there is a ${if multiple_choice1 | selected:"A"} funktion but there is no similar for "not selected" as far as I have found. Is there a way around this?