I have currently set up a variable called isvalid which I am setting to 1 by default. When I ask q1, if the respondent answers this with a value of 2 I want this to reset the value of isvalid to 2.
I have set up a separate equation question with the following text in the question field - yet it doesn;t seem to be doing this validation.
{if (q1=='2',isvalid=='2',isvalid=='1')}
JavaScript is enabled and I am using v1.92 build 120909.
I think this is a simple problem to fix but just can't seem to work this out.
Many thanks