NavyFederalDetta
Technical User
- Mar 22, 2006
- 16
I would like to delete all words up to the word "Barcode" and after the 6 digits that follow.
Ex:
"text string describing equipment
BARCODE 123456
Used for description of items"
I have been playing with this formula:
Replace ({POLN.FREEFORM},"BARCODE","")
Obviously it needs an "Upto" command of some sort then an "after" command.
This is a freeform field so the data will almost always be different.
Thank you!!
Ex:
"text string describing equipment
BARCODE 123456
Used for description of items"
I have been playing with this formula:
Replace ({POLN.FREEFORM},"BARCODE","")
Obviously it needs an "Upto" command of some sort then an "after" command.
This is a freeform field so the data will almost always be different.
Thank you!!