Hi QX Peeps,
I've created a rank order question and would like to pipe the top 3 choices from the rank order into the next three questions. The first one is easy - I can use ${q://QID1003/ChoiceGroup/ChoiceWithLowestValue} - however I can't see an option to pick the next two after that. I tried altering the format to ${q://QID1003/ChoiceGroup/ChoiceWithSecondLowestValue} or ${q://QID1003/ChoiceGroup/ChoiceWithNEXTLowestValue} - these don't work.
I'm wondering if anyone has solved this before?
Page 1 / 1
You need to use JavaScript or a web service to do this. Basically, pipe all the ranks into your script, have it sort them by rank, then set/return rank1, rank2, rank3, etc. variables.
Thanks @TomG
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.