Hello survey solutions team. I have a numeric question with special value of NO RESPONSE code 99. I want the respondents who answer the special value to skip the next two questions. Can you help me with the syntax.
n!=99
on both questions you want to skip
Where n is a variable name of your question with non-response code of 99.
Thanks. It has worked.