Piped text not working | XM Community
Skip to main content
Solved

Piped text not working

  • September 28, 2018
  • 2 replies
  • 93 views

I am trying to pipe a month and year selected from drill down menus in one earlier question. When I do this, I insert text: ${q://QID76/ChoiceGroup/SelectedChoices} Testing this, I select a month and year in the earlier question (QID76), move forward several pages to the question where I'm trying to pipe these answers, and this text inserts the words "month, year" rather than the actual month and year I selected in QID76.

Best answer by Jesi

@nate99 Is this drill down or drop down? If its drill down, the piping will be like this, consider first selection is for Year followed with month selection, then for year piping ${q://QID76/ChoiceGroup/SelectedAnswers/1} and for month piping ${q://QID76/ChoiceGroup/SelectedAnswers/2}

2 replies

Jesi
Level 2 ●●
Forum|alt.badge.img+1
  • Level 2 ●●
  • 13 replies
  • Answer
  • September 28, 2018
@nate99 Is this drill down or drop down? If its drill down, the piping will be like this, consider first selection is for Year followed with month selection, then for year piping ${q://QID76/ChoiceGroup/SelectedAnswers/1} and for month piping ${q://QID76/ChoiceGroup/SelectedAnswers/2}

  • Author
  • 10 replies
  • September 28, 2018
Thank you @Jesi that solved it, right off.