dylanls Posted November 4, 2010 Posted November 4, 2010 I need a very simple step but i just cant figure out how to do it. I have a field called NAME with the following value: johncartreehouse in a calculation field, i want the value "true" if the word car is found in NAME can somebody tell me how this can be done? i tried many things but i cant figure out how to search for a string of text. Thanks in advance!
comment Posted November 4, 2010 Posted November 4, 2010 Try the PatternCount() function. Where is the string "car" coming from?
dylanls Posted November 4, 2010 Author Posted November 4, 2010 To explain in more detail what i want, i am making a URL generator The flags in the url should be set according to the product found in the name field So, does it contain car? value = 1 does it contain house? value = 2 etc
dylanls Posted November 4, 2010 Author Posted November 4, 2010 patterncount seems to do the trick for me, anyway! Thanks a lot!
Recommended Posts
This topic is 5132 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