Add row dynamically in Side By Side table | XM Community
Skip to main content
Solved

Add row dynamically in Side By Side table


Hi,
I am using Side by side table to collect user activity, I like to include "Add Activity" button option after 4th row. So user could click Add activity button and add rows dynamically based on how many activities user has performed.

I looked at https://www.qualtrics.com/community/discussion/3027/side-by-side-matrix-with-10-rows-can-i-show-rows-only-on-demand-using-a-button, this gives option to show/hide existing rows in the side by side matrix. Is there any way to add rows using javascript? Thanks!
Screen Shot 2020-07-01 at 1.25.19 PM.png

Best answer by rondev

Adding rows, using javascript, will not capture the data in qualtrics automatically, we need to use set embedded data or hidden qualtrics text fields to get the data captured.
So, I would recommend to create a maximum number of rows and use the code in the above mentioned post to get the required working setup.

View original

2 replies

rondev
Level 6 ●●●●●●
Forum|alt.badge.img+22
  • Level 6 ●●●●●●
  • 1449 replies
  • Answer
  • July 1, 2020

Adding rows, using javascript, will not capture the data in qualtrics automatically, we need to use set embedded data or hidden qualtrics text fields to get the data captured.
So, I would recommend to create a maximum number of rows and use the code in the above mentioned post to get the required working setup.


  • Author
  • 1 reply
  • July 1, 2020

Thanks for your response. Good to know. I will use show/hide option.


Leave a Reply