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.
Page 1 / 1
@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}
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}
Thank you @Jesi that solved it, right off.
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.