Hi,
I was wondering whether it is possible to hide a column in a side by side question based on an embedded data value.
I would like to hide the second column if the embedded data field "additional question" meets the set the value of '1'.
Thanks
Mark
Solved
Hide question based on embedded data using javascript
Best answer by rondev
https://www.qualtrics.com/community/discussion/comment/30027#Comment_30027Similar to below (Replace ED1 with your embedded data name):
if("${e://Field/ED1}"=="1"){
jQuery("#"+this.questionId+" .SBS2").css("visibility","collapse")
}
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
