My Survey123 Report generates a 0 instead of a checkbox on some questions

275
1
03-13-2019 06:13 PM
FelixciaBlanchard
New Contributor

I have created a few survey123 report templates and have configured check boxes for some questions.

On one of my forms has a '0' is displayed instead of an empty check box. This does not happen with all of them just a few. Why would this be?

Here is how it is written in my template:

 

${ScienceSubject| selected:“Biology”} Biology

${ScienceSubject | selected:“Physics”} Physics

${ScienceSubject | selected:“Chemistry”} Chemistry

${ScienceSubject | selected:“Anatomy”} Anatomy

And here is how it prints in the report:

0 Biology

☑  Physics

☑  Chemistry

☐  Anatomy

Any help would be appreciated, thank you!

0 Kudos
1 Reply
JohnathanHasthorpe
Esri Regular Contributor

Hi Felixcia

Please note that you do not have a space between the 't' and the '|'. Try the following:

${ScienceSubject | selected:“Biology”} Biology

0 Kudos