mikeytt Posted April 27, 2007 Posted April 27, 2007 I have a field (KEEP) which contains characters. KEEP = "a b c x y z" I have a second field (REMOVE) which contains characters that I want to remove from the first field. REMOVE = "a y z" So the result i would be looking for would be: RESULT = "b c x" How can I do this via a calculation? I need a sort of reverse filter function? Thanks
Genx Posted April 27, 2007 Posted April 27, 2007 this cf should do it: http://www.briandunning.com/cf/193
Stuart Taylor Posted April 27, 2007 Posted April 27, 2007 This will do it http://www.briandunning.com/cf/101
Stuart Taylor Posted April 27, 2007 Posted April 27, 2007 Genx beat me to the draw + his CF is much slicker for your needs
Recommended Posts
This topic is 6481 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