I'm building an array depending of answers of a previous question.
It works well excepted the fact that ''Other'' field shows even if not selected. (see attached picture).
Is there a way to avoid this blank line at the end of the array, and having it available only if a text is entered in ''Other''.
LimeSurvey is in version Version 2.70.0+170921
The template is news_paper on which I've added a logo in the template editor
I've tried with the default template and I have the same behaviour with ''other'' only selected (text in it) the array does not show up until I select and other sub_question.
((H6_SQ001.NAOK == "Y" or H6_SQ002.NAOK == "Y" or H6_SQ003.NAOK == "Y" or H6_SQ004.NAOK == "Y" or H6_SQ005.NAOK == "Y" or H6_SQ006.NAOK == "Y" or H6_SQ007.NAOK == "Y" or H6_SQ008.NAOK == "Y" or !is_empty(H6_other)))
Explanation: H6_other is not coded as "Y" or "_blank", but is the varbatim.
Best way to find out: Activate the survey enter some data and have a look to the results.
Here you see:
BUT: Your question H6 is mandatory. So the relevance equation in H7 is obsolete; there is always at least on item checked.
Best regards
Joffm
Volunteers are not paid.
Not because they are worthless, but because they are priceless
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member. -
Professional support
-
Plugins, theme and development
. I don't answer to private message.