Adding a mean column in matrix table | XM Community
Skip to main content

Hi,

I'm creating a Delphi survey and using a matrix table in Qualtrics. I want to display the mean response from a previous questionnaire in a column titled 'Previous Rating.' Does anyone know how this could be achieved?

I’ve made an example of the kind of table I'm trying to create.

Any help or suggestions would be greatly appreciated, thank you!

One option is to create another column as you’ve done in your image. However, I would not recommend it, as it may create issues with your theme and with display on narrower screens.

 

You could however, add a line break in your choice text and enter the previous mean like this:

<span>Choice 1</span><br><span>Previous Rating: ${e://Field/PreviousValue_1}</span>

 

You can calculate the PreviousValue_1… ED using math operations in the survey flow.

Just make sure the entire HTML is in one line, otherwise it will spill over to the other chocie.

 


Leave a Reply