Hello,
Is it possible to conditionnaly display a table depending on the answers entered by the user in Survey123 ?
For instance, I would like to be able to display a table with given "water" results if the category "water" has been selected in the Survey123.
If the category "water" has not been selected, then the table is not displayed.
I thought it would work with the following instructions in the word report template, but it doesn't.
${if ((categories | selected: "water"))}
Table with results for the "water" category
${/}
Do you have a solution ? What would be the right instructions to add to the word report template ?
Thanks a lot!