Do not display a Row if the row is empty | XM Community
Skip to main content
Solved

Do not display a Row if the row is empty

  • October 23, 2023
  • 1 reply
  • 35 views

Forum|alt.badge.img+2

Dear all,

I have a question that looks like this: Each statement of the matrix depends on an embedded dataset. 

For some individuals, the values of var2 or var3 may be empty. To make it simple for those answering my questionnaire, I would like not to display the empty questions. 

Do you have any suggestions on how to do it?

Thanks in advance!

 

 

Best answer by MatthewM

Yes, you can add Display Logic to lines 2 and 3. Set the conditions where var# is not empty, so lines 2 or 3 only appear when var2 or var3 have a value.

 

 

View original

1 reply

MatthewM
Level 6 ●●●●●●
Forum|alt.badge.img+30
  • Level 6 ●●●●●●
  • 1065 replies
  • Answer
  • October 23, 2023

Yes, you can add Display Logic to lines 2 and 3. Set the conditions where var# is not empty, so lines 2 or 3 only appear when var2 or var3 have a value.

 

 


Leave a Reply