Embedded open-end answers from Matrix table | XM Community
Skip to main content
Solved

Embedded open-end answers from Matrix table

  • September 9, 2024
  • 1 reply
  • 58 views

Forum|alt.badge.img+1

Hi,

 

I have a question QID49, which is a Matrix table with one column of text entry for 7 statements. The next question, QID50 combines text with embedded answer from said Matrix table.

 

E.g.:

QID49 answer:

Apples

QID50 statement:

Bananas vs Apples

 

I tried using ${q://QID49/ChoiceTextEntryValue/1}, but it doesn’t work - help???

Best answer by Nam Nguyen

@jgwiazda The formula actually have 2 components for row and column of the table
${q://QIDnumber/ChoiceTextEntryValue/row/column}

But this is for someone who familiar with formula. Best method for you is to use piped-text, like this:
 

Hope this helps

1 reply

Nam Nguyen
QPN Level 8 ●●●●●●●●
Forum|alt.badge.img+29
  • QPN Level 8 ●●●●●●●●
  • 1096 replies
  • Answer
  • September 9, 2024

@jgwiazda The formula actually have 2 components for row and column of the table
${q://QIDnumber/ChoiceTextEntryValue/row/column}

But this is for someone who familiar with formula. Best method for you is to use piped-text, like this:
 

Hope this helps