Hi everyone
I hope you can help me overcome a challenge I have in setting up a form that requires conditional direction to a specific page in a form based on the relationship between 3 scores.
I have three variables (variable 1, variable 2, variable 3) each with its own calculated score.
I want to define logic that allows me to point to a specific recommendation page based on the outcome of the scores as follows.
Recommendation 1 if the value of Variable 1 score is < the value of Variable 2 score AND the Variable 3 score is in the range of 80% - 89%.
Recommendation 2 if the value of Variable 1 score > the value of the Variable 2 score BUT the Variable 3 score is at least 90%.
Recommendation 3 if the value of Variable 1 is < the value of Variable 2 score BUT the Variable 3 score is 50% or less.
Recommendation 4 if the value of Variable 1 is > the value of the Variable 2 score AND the Variable 3 score is 50% or less.