Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Replace Text

Status
Not open for further replies.

wonderif1

MIS
Nov 16, 2004
6
US
I have a question that relates to replacing a 2 character text field with a 2 character text input. I'm using CR 9. Here's my example:{SA_1_NF.Ord_Class} like ["BVF", "CA", "CP", "ER", "ES", "EU", "OM", "ST"] The text that I want to replace is the "OM" field with "RM". This order class will also be grouped in my report. Help. Thanks, CLewis
 
Did you try:

replace({@yourformula},"OM","RM")

-LB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top