Hi all,
I asked a similar question last week of how to change a string of items into a list format with delimiters of ';'. The answer which proved to work was:
join(split({Field.SummaryLine},";"),chr(13))
Very Cool, still don't understand the how/why of it, but that's for a later conversation.
The issue is that not only are there ';' characters, but there are also '-' characters as well in the same string. How can I achieve the same list result with two different characters as delimiters?
Thanks much for your help!
I asked a similar question last week of how to change a string of items into a list format with delimiters of ';'. The answer which proved to work was:
join(split({Field.SummaryLine},";"),chr(13))
Very Cool, still don't understand the how/why of it, but that's for a later conversation.
The issue is that not only are there ';' characters, but there are also '-' characters as well in the same string. How can I achieve the same list result with two different characters as delimiters?
Thanks much for your help!