Create an 'OR' equation in the 'relevant' field

1608
3
11-24-2016 04:00 PM
NealeHutcheon
New Contributor II

I need to prompt for a question based on 3 of 5 possible known results of a previous question else hide it.

How do I code an OR operator in 'relevant' ?

0 Kudos
3 Replies
DarrenWiens2
MVP Honored Contributor

Is this for Survey123 or some other product?

0 Kudos
NealeHutcheon
New Contributor II

Yes Survey123.

I’ve tried OR, commas, ‘if’ statements

This graphic is like what I want to do…..

Sorry, I’m new to the forum.

0 Kudos
NealeHutcheon
New Contributor II

Looks like I found my answer. The code doesn't like uppercase OR. This worked....

${knock_result} = 'not_home' or ${knock_result}= 'not_interested' or ${knock_result} ='commercial_prop'

 

Thanks Darren.

0 Kudos