Display all multiselected item

Hi

I’m new to CODA and trying to put up a template with a list a name selected.
This template also need to be printed for most of the time and I found that with multiselect it only display the first selected item.
Is there a way to force it to display all selected item?

Thank you.

You will need to write a canvas formula that references that multi select. So if you multi select is called “All Clients” you can just:

  • type the = sign anywhere on the canvas
  • type “All Clients” into the formula field.

Voila! You did it!

3 Likes

I’ll add to this by saying that if you type “[All Clients].BulletedList()” instead of just “All Clients” then the selected names will appear like A instead of like B:

A

  • Name 1
  • Name 2
  • Name 3

B
Name 1, Name 2, Name 3

3 Likes

Thank you all!
It’s very helpful.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.