I have a relevance equation that needs to show a group if any option, including "other" is checked in a previous multiple choice question, and for the life of me I cannot figure out how to do it.
On a related note, I have a hidden question that sums the number of check boxes in that same question, in order to tailor question text as follows:
if(Q5Count == "1", 'has the individual', 'have the individuals')
How do I ensure that the "other" option is included in the count equation?
Thanks!
On a related note, I have a hidden question that sums the number of check boxes in that same question, in order to tailor question text as follows:
if(Q5Count == "1", 'has the individual', 'have the individuals')
How do I ensure that the "other" option is included in the count equation?
Thanks!