Display one variable based on quota | XM Community
Skip to main content
Solved

Display one variable based on quota


  • Level 4 ●●●●
  • 194 replies

Hi Community,

 

Respondent will chose the age of their children in the screener and they may chose upto 5 children between male and female. If they select more than  1 children, and based on the quota which least filled the selected age the child should be displayed in main survey. 

Best answer by jbk

Vanesa wrote:

Hi @jbk have you checked on supplemental data sources? Maybe it could help

can you please explain how supplemental data will be useful for this.

View original

3 replies

Forum|alt.badge.img+16

Hi @jbk ,

 

Add branch logic at the survey flow depending on how you set up your question and number of age quotas set-up.

 

For example, 

(Survey builder)

Q1: How many children?

(Survey builder)

Loop times based on Q1:

Q2: What is child “Loop count”’s age?

Option1: 10

Option2: 11

 

(Survey flow)

If question on children’s count is more than 1 and Quotaage1 is less than Quotaage2, 

Displayage=10.

If question on children’s count is more than 1 and Quotaage1 is more than Quotaage2,

Displayage=11. 

Note:

Your number of condition and branches may increase depending on the number of quotas set up.

This Displayage value is a number. Change it to fit your age question options.

 

(Survey builder)

Q3: “Piped text - Displayage”…

 

Hope this helps.

 

 

 


Vanesa
Level 2 ●●
Forum|alt.badge.img+3
  • Level 2 ●●
  • 10 replies
  • July 30, 2024

Hi @jbk have you checked on supplemental data sources? Maybe it could help


  • Author
  • Level 4 ●●●●
  • 194 replies
  • Answer
  • July 30, 2024
Vanesa wrote:

Hi @jbk have you checked on supplemental data sources? Maybe it could help

can you please explain how supplemental data will be useful for this.


Leave a Reply