Conditional Logic - values field

  • anolet
    Asked on May 9, 2016 at 11:47 AM

    Hi,

    I have a form with radio buttons and have assigned each button a value.  Basically, if they score 69-135 they see a thank you page with a blurb, 136-204 a different blurb, and 205 and above a third blurb.  It has been easy to do the first and the third.  If the value is "less than" 135 (I entered the value as 135 into the value box) then they see the appropriate thank you blurb.  For the last one, if the value is "greater than" 205 (I entered 205 into the value box) they also see the correct blurb.  But how do I do it for the scores in the middle?

    I have tried putting it in as follows:  if the "calculation" "contains" (In the value field I put 136, 137, 138, etc. all the way up to 204).  that doesn't work.

    I also tried: if the "calculation" "is equal to" ( once again I put all the numbers in the value box separated by commas).  That doesn't work.

    finally, I tried: "if the "calculation" "is equal to" (in the value box I entered it as "136-204")  That also doesn't work.

    Please can you tell me how to do it for that second (middle) set of values.

    Thank you!!

  • Charlie
    Replied on May 9, 2016 at 1:47 PM

    You can add multiple "IF" statements and set if you want the condition to trigger if "ALL" of them are true OR if "ANY" of them are true. You can add multiple statements by clicking the "+" button at the right side. Here's a sample setup I made:

    Conditional Logic   values field Image 1 Screenshot 30

     

    Here's how I setup my conditions:

    Condition #1:

    IF "Calculation" is greater than "204". Meaning 205 and up.

     

    Condition #2:

    IF "Calculation" is greater than "135" AND is less than "205". Meaning from 136 to 204.

     

    Condition #3:

    IF "Calculation" is less than "136". Meaning 135 and below.

    Conditional Logic   values field Image 2 Screenshot 41

     

    Let us know if you need more help on this.

  • anolet
    Replied on May 9, 2016 at 3:59 PM

    Thanks so much!!!

  • victor
    Replied on May 9, 2016 at 5:34 PM

    On behalf of my colleague, Charlie, you are welcome. If you have any other question or issue, please do not hesitate contacting us.