Newbies Scott Hoffman Posted March 23, 2018 Newbies Posted March 23, 2018 I have an import field that has Id numbers that look like (TWC-1707 A , TWC-1707 B , BNC-123 , RWA-34567 A) I'm looking to remove the A,B,C from the Field and put it in another field along with the first part so a field "Id" will have TWC-1707 A , field "MasterId" will be TWC-1707 and field "partnumber" will be A. Is there a calculation to split the field after a space? this is importing from a 3rd party database that cannot be changed.
Newbies Scott Hoffman Posted March 23, 2018 Author Newbies Posted March 23, 2018 Found this...works great https://www.briandunning.com/cf/1659
Lee Smith Posted March 23, 2018 Posted March 23, 2018 For the first field try Leftwords ( yourField ; 2) For the second field try (Rightwords ( yourField ; 1)
Recommended Posts
This topic is 2448 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now