Display Logic Based on Individual Answers in Constant Sum Matrix Question | XM Community
Skip to main content

Can you use display logic based on individual answers in a constant sum matrix question?  For example, I have a matrix table where all of the columns must total 100 at the bottom. I would like to add display logic where if someone inputs a value greater than 0 for a certain row/column point in the matrix, then they are prompted to answer a follow up question. I have tried adding the display logic to the follow up question as well as adding skip logic to the matrix question where it would skip the follow-up if the value inputted is less than 5. Any help on this would be greatly appreciated, thank you!

Hi @ekresc01 I tried to replicate your setup below.

Q1 is matrix constant sum question where all of the columns must total 100 at the bottom. Then Q2 is a follow up question which will only display if cell/box in row a column 1 is greater than 0. This works fine for me.
NOTE: In-page display logic will not work here as its a constant sum question.

Is this what you are looking for? You can share screenshots as well of your setup.


yes exactly @omkarkewat, I tried using this display logic adding ‘or’ statements for a-2>0, a-3>0, and the question would show up no matter what


@ekresc01 do you want to display the follow up question when the input value is greater than 0 or less than 0?, 
As you mentioned a-2>0, a-3>0, this means the input value is greater than 0 so the question will show up, if you want change it to a-2<0 and a-3<0.


@ekresc01 do you want to display the follow up question when the input value is greater than 0 or less than 0?, 
As you mentioned a-2>0, a-3>0, this means the input value is greater than 0 so the question will show up, if you want change it to a-2<0 and a-3<0.

Would like to display the follow up question when the value is greater than zero in any of the boxes in row A, I added the display logic but my issue is the question is still showing up when the value is 0 / no input as well


@ekresc01 can you share screenshots of your set up?


 

@omkarkewat 

@ekresc01 can you share screenshots of your set up?

Here is a snapshot of the survey set-up, there is a statement along the left that is ‘other activity’:

Below is the display logic I added to force a response to the follow-up question if any of the values in the ‘other’ row are greater than zero:

However, I’m finding that the question shows up as required no matter what the input is


Leave a Reply