Select to view content in your preferred language

Add space after comma on select_multiple in hint.

203
1
12-16-2024 06:40 AM
TL2
by
Frequent Contributor

I am listing my select_multiple in a note and would like to add a space after the comma.

 

Mike,John,Barry

Mike, John, Barry

 

Is this possible?

0 Kudos
1 Reply
abureaux
MVP Frequent Contributor

Directly, no.

Indirectly, yes. You need to add calculates for each and every item, then concatenate them together, and then remove the trailing ", ".

Here is an example:

abureaux_0-1734373463497.png

 

0 Kudos