Select to view content in your preferred language

Survey 123 Reporting Label hidden only when field is null

156
2
Jump to solution
Friday
AudraPayne1
Occasional Contributor

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 

0 Kudos
1 Solution

Accepted Solutions
DuncanC
Frequent Contributor

${if (question)}Question Label: ${question}${/} should do it.

View solution in original post

0 Kudos
2 Replies
DuncanC
Frequent Contributor

${if (question)}Question Label: ${question}${/} should do it.

0 Kudos
AudraPayne1
Occasional Contributor

Thank you so much, that worked!

0 Kudos