0
Values of Multiple Choice shown as list in print report
Hi guys,
Normally when you put the values of a Multiple Choice field in a print report, it's shown as all the values separated by a comma and a space.
Is it possible to get the values shown as a list in stead? Anyone have a workaround for that?
Thanks!
Joren
3 replies
-
Maybe not 100% clear: By 'shown as a list' I mean 'seperated by line breaks' in stead of by a comma and a space.
-
Hi Joren
Use Join() in conjunction with chosen()
join(chosen('Multiple choice'), " ")
Regards John
Content aside
- Status Answered
- 2 yrs agoLast active
- 3Replies
- 88Views
-
2
Following