Hi Dojo,
I have a shape text field in which I want to show Service LSO State from a reservation. Therefore I use following in as shape text: [reservation:[this service],Property=Service State].
However, this doesn't work for reservations which has a ',' character in the name.
I tried using [Sep:,?][reservation:[this service]?Property=Service State] but with no success. What do I need to do to support ',' characters in my reservation name?
Hi Jens,
Could you perhaps try to move the seperator placeholder inside the reservation placeholder?
[reservation:[Sep:,?][this service]?Property=Service State]
That worked. Thank you!