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

null
    • Joren_Brouillard
    • 1 yr ago
    • Reported - view

    Maybe not 100% clear: By 'shown as a list' I mean 'seperated by line breaks' in stead of by a comma and a space. 

    • John_Halls
    • 1 yr ago
    • Reported - view

    Hi Joren

    Use Join() in conjunction with chosen()

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

    Regards John

      • Joren_Brouillard
      • 1 yr ago
      • Reported - view

      John Halls 

      Thank you so very much!

Content aside

  • Status Answered
  • 1 yr agoLast active
  • 3Replies
  • 82Views
  • 2 Following