using openTBS (in the SugarCRM plugin MailMergeReports) and I have the following in my Word template.
[a_sub5;block=w:p;nodata] No States
[a_sub5;block=w:p][a_sub5.name]
This works fine as far as it goes - it outputs a single state name per line - which is fine when the data only has a few states.
The problem is I want it to output the list of states as a comma separated string rather than 1 state per line. I have tried multiple options with no luck! Is this not possible to do? or am I just missing the obvious syntax needed to accomplish it.
Note: because I am using TB via a 3rd party plugin to SugarCRM CE I do not have ready access to the PHP code. I need a solution that can be accomplished just within the template specification.