Skip Logic and Condition

Dear All,

I am having problem with one skip logic which I want to let the logic be if the prior question is answered and the answer is greater than an intger (e.g. 5) then the question will be shown otherwise the question should not be shown.

question1: How old are you?
question2: If question1 is answered and the answer is greater than 5 the question2 come in the scene

syntax: ???

HI Amir,
For question2, in the ‘relevant’ column put the following

${question1}>5

This assumes that the name of your question 1 is ‘question1’ - replace with whatever the question name is, of course.

Kind regards,

Matt

···

On Tuesday, 20 June 2017 18:54:26 UTC+10, Amir Amiri wrote:

Dear All,

I am having problem with one skip logic which I want to let the logic be if the prior question is answered and the answer is greater than an intger (e.g. 5) then the question will be shown otherwise the question should not be shown.

question1: How old are you?
question2: If question1 is answered and the answer is greater than 5 the question2 come in the scene

syntax: ???