This may seem like a pretty basic operation, but I somehow can’t figure out how to accomplish this…
How do you pipe the selected answers / choices from a Matrix Table question (Matrix type: Likert; Format: Profile)? I tried different formats as listed below, but none seem to produce the result that I was expecting. If important - this is for an email workflow, but I assume that piping should work the same across the entire survey platform. I read the piped text overview at https://www.qualtrics.com/support/survey-platform/survey-module/editing-questions/piped-text/piped-text-overview/ and took note of this Qtip, but the exact method does not seem to be included in the instructions / is not fully explained:
- ${q://QID321/ChoiceGroup/SelectedChoices} ← this was my starting point as selected from the ‘pipe text from’ menu for the question
- ${q://QID321/ChoiceGroup/SelectedAnswers} ← as based on the Qtip above, I thought replacing ‘Choices’ with ‘Answers’ should do the trick - it doesn’t
Then I just started to try other formats that I could think of, but none worked.
- ${q://QID321/ChoiceGroup/SelectedAnswers/1}
- ${q://QID321/ChoiceGroup/Answers}
- ${q://QID321/Answers}
- ${q://QID321/ChoiceDescription/1}
Thanks for your help with this!