Hello, I can't seem to find an answer here or in Microsoft Word help so here goes.
I have a multi-selection question and want the answers to be listed as bullets in the word report form.
${graffiti_location | appearance: “bullets”}
This does 'list' the selection but as sequential numbers. One, we would like them as 'bullets' and if we can't get away from the numbers, it unfortunately runs through the whole report not starting the numbers again per section but continues from the last one...
i.e.
Graffiti locations:
1.
2.
3.
Damage locations:
4.
5.
6.
and so on.
We have several in this one report.
Can anyone offer any suggestions?
Thanks, Christina
Solved! Go to Solution.
I also had this issue.
As it turns out, what '| appearance: "bullets"' actually does is output the labels of the select_multiple using the first level of the default "current" multilevel list.
It does so regardless of what bullets are being used elsewhere in the document and even if no multilevel list is actually being used. In our case, the default current multilevel list is always one with sequential numbers, so the bullets appeared as sequential numbers, instead of bullets. It's likely this was the case with Christina as well.
The fix (Office 365 Word version 2101, build 13628.20448 Click-to-Run) is:
However, you're not done - the select_multiple will now output as bullets, but the bullets will ignore the surrounding formatting and use whatever is specified in the "Normal" style. So in our case, despite the whole .docx being in Arial 10, the bullets would be in Calibri (Body) 11 until the font/font size/paragraph spacing was changed in Normal.
If this was the way this feature was intended to work I wish it had been documented better.
Hello Christina
It's being a long time, but maybe someone else need the info.
I had the same problem and I solved just adding a bullet in the word document with the select question. Like this:
Regards
@DiegoMonge_Chinchilla Thank you so much for taking the time to come back and post this....it was exactly what I needed!
Hi Christina,
Could you try to remove the space in front of the "bullets" in your syntax and see if that would work?
${graffiti_location | appearance:”bullets”}
The syntax could be sensitive to the space though.
Hi Shwu-jing,
Thank you for the follow up. I've removed the spaces and still the same in a preview PDF sample report and MS Word generated report. I've even tried in a blank word document (no table, headings etc.) with just this syntax and it is still the same. The default appears to be numbering. What syntax string can I use to list only the selection options per line (not with a comma) and without a check box?
I have tried: ${graffiti_location | selected:"back_panel"} Back panel but this lists all of them with check boxes.
Thanks,
Christina
Hi Christina,
Could you share your XLSForm and the feature report template you are using with me so that I can test it here?
You can mail them to me here if you don't want to share it publicly.
Hi Shwu-jing,
I have emailed you the documents.
Thank you, Christina
I also had this issue.
As it turns out, what '| appearance: "bullets"' actually does is output the labels of the select_multiple using the first level of the default "current" multilevel list.
It does so regardless of what bullets are being used elsewhere in the document and even if no multilevel list is actually being used. In our case, the default current multilevel list is always one with sequential numbers, so the bullets appeared as sequential numbers, instead of bullets. It's likely this was the case with Christina as well.
The fix (Office 365 Word version 2101, build 13628.20448 Click-to-Run) is:
However, you're not done - the select_multiple will now output as bullets, but the bullets will ignore the surrounding formatting and use whatever is specified in the "Normal" style. So in our case, despite the whole .docx being in Arial 10, the bullets would be in Calibri (Body) 11 until the font/font size/paragraph spacing was changed in Normal.
If this was the way this feature was intended to work I wish it had been documented better.
Hello Christina
It's being a long time, but maybe someone else need the info.
I had the same problem and I solved just adding a bullet in the word document with the select question. Like this:
Regards
@DiegoMonge_Chinchilla Thank you so much for taking the time to come back and post this....it was exactly what I needed!
I'm also having this issue and none of the solutions presented above are working for me. No matter what I do the 'Appearance: bullets" specification creates a numbered list for me. I would to see this work as intended.