I am building a survey 123 report, it has a repeat. I want the label to the questions to show (as well as the questions answers) only when the field is filled with a text or selection from the select_one questions, etc.
I have tried somewhere between 30-40 combinations to figure this out, but I just don't have the experience to figure it out.
I got the field answers to only show up when they are filled with text/selected in the select_one type.
@IsmaelChivite
@JamesTedrick
Solved! Go to Solution.
${if (question)}Question Label: ${question}${/} should do it.
${if (question)}Question Label: ${question}${/} should do it.
Thank you so much, that worked!