Recoded question | XM Community
Skip to main content

Recoded question

  • September 26, 2022
  • 2 replies
  • 7 views

Forum|alt.badge.img+4

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

2 replies

jmborzick
QPN Level 5 ●●●●●
Forum|alt.badge.img+41
  • QPN Level 5 ●●●●●
  • 261 replies
  • September 26, 2022

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.


Forum|alt.badge.img+4
  • Author
  • QPN Level 2 ●●
  • 14 replies
  • September 26, 2022

yes thanks jmborzick