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?
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: