Wildcard for skip logic / relevant column formulas

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} != “”.

1 Like

Thank you very much!