Placing restraint so that question is only filled once date is entered

I have a question where I ask for the date of a test, I would like the question corresponding to the result of that test to only pop up if the date of the test has been filled. Is there a way to do this in the “restrain” column? I have tried ${variable} but It doesn’t seem to work.

In a normal situation I would have done ${variable}=‘response’ but for a date/time question, what is the response?

Try this:

datetest.xlsx (6.4 KB)

Specifically, you just need to add a relevant expression on the dependent question so that it is only shown if the date question is non-null

${date} != ''

1 Like