I knew I shouldn't have included the quote mark in my answers, but I did. And now I'm regretting it. Here's my conundrum:
In a Survey123 survey, I can about hose connection size. The options for the question are:
1 1/2" (for one and a half inches)
2 1/2"
4 1/2"
The choice of answers recorded are:
1_1_2"
2_1_2"
4_1_4"
They all have that trailing quote. To be honest, if I had noticed it before publishing, I would have deleted the quote mark, but I didn't.
Anyway, now when I try to export a feature report, the answer for that question doesn't export.
At the moment, the way I have it in my Word document is like this:
Hose connection size? | ${hose_connection_size | selected:"1_1_2"} 1 1/2" ${hose_connection_size | selected:"2_1_2"} 2 1/2" ${hose_connection_size | selected:"4_1_2"} 4 1/2" ${hose_connection_size_other} |
This doesn't return anything (obviously, because of the extra quote). But when I add a quote mark at the end like this:
${hose_connection_size | selected: "1_1_2""} 1 1/2"
I get this when I upload the word template:
Error: Failed to parse ${hose_connection_size | selected:"1_1_2"”}.
So, that's not working. Does anyone know how to get around this?
Thanks in advance... 