I am a new member and hoping that someone can help me...
I am trying to extract specific text from a large text field that may or may not contain the text I am looking for. I want to extract the text that follows the following string "Purpose:" Purpose can show up at any location within the text string. I have created a formula in Excel that works, but I have not had any luck in Business Objects.
Here is an example of the excel formula...
=MID(cell address,SEARCH("purpose",cell address,1),200)
Thanks!
I am trying to extract specific text from a large text field that may or may not contain the text I am looking for. I want to extract the text that follows the following string "Purpose:" Purpose can show up at any location within the text string. I have created a formula in Excel that works, but I have not had any luck in Business Objects.
Here is an example of the excel formula...
=MID(cell address,SEARCH("purpose",cell address,1),200)
Thanks!