I have a string field that has certain data I need to extract. For example, every entry in the field looks like this:
F/F (oc: Scott)
DC (oc: Bob)
Form Product (oc:Joe)
Professional Services (oc: Bill)
I need to know how I can get everything before the first ( to display on the report. Is this a Trim function?
Please help!