- Posts: 20
- Thank you received: 1
Ask the community, share ideas, and connect with other LimeSurvey users!
{Q1_SQ001.question}
tpartner wrote: - relevance placed on the array so it only appears if there is at least one item selected in Q1.
{Q1_SQ001comment}
!is_empty(Q1_SQ001comment)
tpartner wrote: For example, given a question code "Q1" and a sub-question code "SQ001", to access the comment value, use this:
Code:{Q1_SQ001comment}
So, if you wanted to filter a following question or sub-question so it only appears if there is a comment, use something like this
Code:!is_empty(Q1_SQ001comment)
More on variable naming - www.limesurvey.org/manual/Expression_Man...code_Variable_Naming