Mar 10, 2014 #1 luxvivens Technical User Joined May 20, 2010 Messages 27 Location CA I am using CR10. I have data as follows: (fieldname.ICD10): OSRA90.23BC OSRA22.55JX I wish to convert these values to: OSRA9023BC OSRA2255JX Need help with a formula to do this.
I am using CR10. I have data as follows: (fieldname.ICD10): OSRA90.23BC OSRA22.55JX I wish to convert these values to: OSRA9023BC OSRA2255JX Need help with a formula to do this.
Mar 10, 2014 #2 kray4660 MIS Joined Apr 7, 2008 Messages 1,054 Location US replace({fieldname.ICD1},",","") Upvote 0 Downvote
Mar 10, 2014 #3 SMMDJD IS-IT--Management Joined Mar 10, 2014 Messages 4 Location CA Thanks kray. I replaced the comma with a . and it worked perfectly. Upvote 0 Downvote
Mar 10, 2014 #4 kray4660 MIS Joined Apr 7, 2008 Messages 1,054 Location US Opps! Typed too fast. Upvote 0 Downvote