Hi, community!
I am new to Qualtrics and in the process of coding my survey. I have an initial question that looks at purchasing behavior or 7 particular brands and I will like to randomize 3 of the 7 brands into a subsequent question - however, I want to pull in the lowest count on complete surveys in the event that someone has purchased more than these 3 brands - I believe I will need to complete this task utilizing some custom coding - any ideas?
Thanks!
Page 1 / 1
There are two ways you can do this:
1. Pipe you quota counts into a JavaScript that then sets some embedded data flags for which brands to show
2. Create a web service script that uses quota counts as the inputs and returns embedded data flags for which brands to show
Then add some display logic to each of your seven brands in the subsequent question.
1. Pipe you quota counts into a JavaScript that then sets some embedded data flags for which brands to show
2. Create a web service script that uses quota counts as the inputs and returns embedded data flags for which brands to show
Then add some display logic to each of your seven brands in the subsequent question.
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.