Skip to main content

by a normal multiple selector ist the normal seperator a ,

how can i seperate with ; instead , ?

This will change all commas to semicolons when referencing a multiple-select field:


SUBSTITUTE({Multiple Select}, ",", ";")


This will change all commas to semicolons when referencing a multiple-select field:


SUBSTITUTE({Multiple Select}, ",", ";")


thanks you are awesome!


Reply