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

3replies Oldest first
  • Oldest first
  • Newest first
  • Active threads
  • Popular
  • Maybe not 100% clear: By 'shown as a list' I mean 'seperated by line breaks' in stead of by a comma and a space. 

    Like
    • John Halls
    • John_Halls
    • 8 mths ago
    • Reported - view

    Hi Joren

    Use Join() in conjunction with chosen()

    join(chosen('Multiple choice'), "
    ")
    

    Regards John

    Like
    • John Halls 

      Thank you so very much!

      Like
Like Follow
  • Status Answered
  • 8 mths agoLast active
  • 3Replies
  • 52Views
  • 2 Following