Hi, I am trying to produce a survey 123 report with a word template. Let's say I have those questions:
${a}
${b}
${c}
For every questions, the anwers can be the capital letter of the question or zero (0). I would like to make a conditional statement: if the answer of question a et 0 AND the answer of question b is 0 AND the answer of question c is 0, print "No answer".
Is that possible? Thank you in advance !