Piping column headers based on the lowest count of multiple quotas | XM Community
Skip to main content
Solved

Piping column headers based on the lowest count of multiple quotas

  • May 31, 2018
  • 1 reply
  • 49 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!

Best answer by TomG

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.
View original

1 reply

TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • 5923 replies
  • Answer
  • June 1, 2018
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