Hi,
I am trying to do a survey123 report template on word showing only questions with answers.
To show the phone numbers, I used this expression and it worked since the number 0 is written when we don't have the info:
${if phone_number!=0}Phone number : ${phone_number} ${/}
For the email address it did not work since the answer is left blank when we don't know the answer:
${if email!=” ”}Email address : ${email} ${/}
Even though the email answer is blank, the title always shows up.
Anyone knows how to solve this?