Skip to main content
Solved

Formular change seperator

  • November 22, 2019
  • 2 replies
  • 21 views

Forum|alt.badge.img

by a normal multiple selector ist the normal seperator a ,
how can i seperate with ; instead , ?

Best answer by Justin_Barrett

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

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

2 replies

Justin_Barrett
Forum|alt.badge.img+21
  • Inspiring
  • Answer
  • November 22, 2019

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

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


Forum|alt.badge.img
  • Author
  • Known Participant
  • November 22, 2019

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

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


thanks you are awesome!