'Select multiple' functionality in feature reports (Survey123)

574
1
08-14-2019 06:55 AM
Jodie_M_Gosselin
New Contributor III

Is there any way I can format Survey123 feature reports to list out answers to select multiple questions? Here's what I found online about this type of conditional formatting: 

${select_multiple|appearance:"bullets"}

When I upload my template with this format and try to generate a report, it fails. I added my field name after the select_multiple within the brackets, is that the correct way to do this? For example:

${select_multiple speedlimit|appearance:"bullets"}

Is this the correct way to set up a conditional statement where the feature report would read something like Speed Limit: 45, 50, 60, 76? 

Thanks!

1 Reply
MichelleWilliams1
Occasional Contributor III

Did you ever get an answer?

Here's the proper format for my select_multiple question, you need to add the name of the field.

If it's in the main survey

${OperationalConditions2| appearance:"bullets"}

If it's in a repeat you must add the name of the repeat first and last (on its own line)

${#Inspection}

${OperationalConditions2| appearance:"bullets"}

${/Inspection}

 

Have a great day.

Now if I could only figure out how the change the font size of my bullets inside a repeat. That's what I am looking for.

0 Kudos