Hi, I want to pass the 'Total' value from one Matrix Table (Constant Sum) question to another Matrix Table (Constant Sum) question's first column. So this is what I tried to do.
- In the Survey Flow after the 1st Matrix Table question, set a embedded data field with the value from the 'Total' box in the first row as shown below.
- QID1-Total = ${q://QID1/ChoiceGroup/QID1-1_Total} (Not sure if I have the correct syntax to capture the first row's Total field. I got the element id by doing Inspect on the page.)
- Then pipe that newly embedded data field in the 2nd Matrix Table question's first column's first text box by going to default choices and adding the field as shown below.
- ${e://Field/QID1-Total}
So I'm not sure if I'm setting the embedded data correctly in step 1. Please let me know how can I get that value from the Total in the first row and assign it to an embedded data field. Thank you,