Is there a wild card option for the relevant column formulas? For example ${question1} = ‘[any answer]’.
I want to hide a question if the previous select_one question has been answered, regardless of the answer.
Thank you!
Is there a wild card option for the relevant column formulas? For example ${question1} = ‘[any answer]’.
I want to hide a question if the previous select_one question has been answered, regardless of the answer.
Thank you!
Hello,
You may use ${Question} != “”.
Thank you very much!