Branch based off which score is higher | XM Community
Solved

Branch based off which score is higher

  • 12 November 2023
  • 2 replies
  • 17 views

Badge +1

I am working on a survey where I have 2 blocks that receive scores. I then want respondents to be branched based on which score is higher. Do I have to input a number or can I use a branch to compare 2 embedded data?

 

Ex. Challenge demand score > Hindrance demand score, so respondents would get specific questions based on challenges. 

Ex 2. Hindrance demand score  > Challenge demand score, so respondents get specific hindrance demand questions. 

 

Any help would be so appreciated! 

icon

Best answer by TomG 12 November 2023, 22:29

View original

2 replies

Userlevel 7
Badge +27

Yes, you can use a branch to compare two embedded data fields.  The right side of the conditional should be piped. For example:

If Embedded Data Field var1 is greater than ${e://Field/var2}

Badge +1

Thank you! I was able to do it. Much appreciated!

Leave a Reply