Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
danm84306
Contributor III
Contributor III

Trim all text after character

Hello,

     I am looking to trim all text after a character from a field. Example, field name operator may have multiple operators. It may show as NameA ; NameB; Name C. I only want the name in the NameA slot.

1 Solution

Accepted Solutions
stigchel
Partner - Master
Partner - Master

Try

SubField(Field,';',1)

View solution in original post

5 Replies
MarcoWedel

SubField(operator,';',1)

stigchel
Partner - Master
Partner - Master

Try

SubField(Field,';',1)

MK_QSL
MVP
MVP

Your question don't look clear.. Can you please elaborate more with a little example along with your requirements?

danm84306
Contributor III
Contributor III
Author

Thank you Marco and Piet, this worked perfectly!

MarcoWedel

you're welcome

regards

Marco