Recoded question | XM Community
Skip to main content

hi,
i want to define a recoded and hided question base on a question like this :
Q1 how old are you ? numeric

Q2_recode 18-30 if Q1 beteween 18-30, 31-40 if Q1 beteween 31-40,...
Can i have a documentation for that ?

thanks

Mor_lvdc Would it work to use embedded data? In the survey flow, use branch logic:
If Q1>17 AND Q1<31 then
Set Embedded Data
Age Range=18-30
You'd repeat this for each age band.


yes thanks jmborzick


Leave a Reply