Hide columns in side-by-side when piped data from another field is blank | XM Community
Skip to main content

Is there a way to hide columns in a side-by-side question when the column header is blank?  Each column header uses piped text from a prior question in the survey.  

 

 

Also, is there a way to show column borders when taking the survey as the current view doesn’t have them?

 

Use the below CSS in question HTML view to get borders for header:

<style>
.column-header-wrapper{
border:1px solid black;
}
</style>

Use can add display logic to only show those headers which are not empty.


Thank you!


Leave a Reply