Support Forums

Questions about surveying? How does this thing work? We're here to help!

The Forums are now closed, because much of the older info is out of date.

Check out our Knowledge Base, ask a support question: Support.SurveyGizmo.com or ask a sales question with our Sales Contact Form.

Current User: Guest

Advanced Show/When Rule

Topic Locked
UserPost

4:08
February 3, 2009


Cecile

Guest

Dear all

I have a problem with the definitino of a rule
I would like to show Page4 depending on the asnwer to a question on Page3 (ID21)

Question on Page3 is:
How often do you buy toast bread?
- 3 to 4 times a week
- 1 to 2 times a week
- less often

People should get Page4 if they tick one of the first two answers
If they choose “less often”, they go directly to Page5

I wrote the following:
[%%21:%%] = ‘3 to 4 times a week’ OR ‘1 to 2 times a week’

It appears not to work…
Could you help me?

Thnaks in advance

10:09
February 3, 2009


Mario

Admin

Boulder, CO

posts 994

Post edited 5:10 – February 3, 2009 by Mario


From the tutorial:
(’[%%9:%%]‘ == ‘yes’ AND ‘[%%10:%%]‘ == ‘no’) OR ‘[%%29:%%]‘ == ‘poor’

It is important to note that the following is incorrect:

NOT VALID:

‘[%%9:%%]‘ == ‘yes’ OR ‘no’ OR ‘poor’

—–
Also, you forgot single quotes around the merge code and used a single equals sign.
Basically, rewrite your rule as follows:

‘[%%21:%%]‘ == ‘3 to 4 times a week’ OR ‘[%%21:%%]‘ == ‘1 to 2 times a week’

Mario Lurig
Sales Engineer – SurveyGizmo
How was my customer service? Provide feedback!



The Forums are now closed, because much of the older info is out of date.

Check out our Knowledge Base, ask a support question: Support.SurveyGizmo.com or ask a sales question with our Sales Contact Form.