I found very little in the documentation. What I am trying to do is generate a report and show the questions and answers only if a certain single choice answer is given. I downloaded the template
1. Question text was here?
${field_5}
First I tried
${if field_5=choice1}
1. Question text was here?
${field_5}
${/}
This generated a syntax error. Next I tried
${if field_5|selected:"choice1"}
1. Question text was here?
${field_5}
${/}
and the report seems like it is generating but never gets above 0%.