Hi there,
I am trying to tailor the text of a question by including the value of a previous question (Q1) which has a relevance equation associated with it.
I am using the following code in the text of the second question:
Code:
{if(is_empty(Q1), 5, Q1)}
However, I also want Q1 to be hidden by a relevance condition. Thus, what I really want is to use the value of the field if it is relevant. At the moment, when it is not relevant, the question tailoring code above does not produce any output.
How can I get around this?
Many thanks,
Will