Piping column headers based on the lowest count of multiple quotas | XM Community
Solved

Piping column headers based on the lowest count of multiple quotas

  • 1 June 2018
  • 1 reply
  • 25 views

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!
icon

Best answer by TomG 1 June 2018, 16:01

View original

1 reply

Userlevel 7
Badge +27
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.

Leave a Reply