I want to remove some repetitive abbreviations from a string of text. I have placed multiple replace statements in the same formula. It doesn't seem to be working in all instances. Looks like it is only recognizing the last replace statement.
Sample below:
Replace ({table.field1},"INC COM",""
Replace ({table.field1}, " INC" , ""
Replace ({table.field1}, " CORP" , ""
Replace ({table.field1}, " CORP COM" , ""
Replace ({table.field1}, " CO COM" , ""
Replace ({table.field1}, " CO " , ""
Replace ({table.field1}, "COM" , ""
There must be a better way ?
Sample below:
Replace ({table.field1},"INC COM",""
Replace ({table.field1}, " INC" , ""
Replace ({table.field1}, " CORP" , ""
Replace ({table.field1}, " CORP COM" , ""
Replace ({table.field1}, " CO COM" , ""
Replace ({table.field1}, " CO " , ""
Replace ({table.field1}, "COM" , ""
There must be a better way ?