If my repeat contains:
Charlie Smith
Mali Woods
River Phoenix
Chewy Dogg
${#crews} ${name_label} ${/} - will output: Charlie Smith Mali Woods River Phoenix Chewy Dogg
${#crews} ${name_label}, ${/} - if I add a comma after name label it will output: Charlie Smith, Mali Woods, River Phoenix, Chewy Dogg,
Is there a way to not show that last comma in the report?
I think a workaround is to add a hidden question in the survey to store the list, using the join() function.
Put something like this in the calculation: join (",",${name_label})