McG Posted June 19, 2009 Posted June 19, 2009 I have a field currently set as a checkbox set (values such as maths, English, art, PE etc). Assume the options maths and art are chosen. I want to create a script that examines this field and if it finds a specific text string (maths), then a new record is created in the appropriate related table. Right now my script will only work if a single option is chosen (maths only say), because I am simply using “if field = art”. I need “if field CONTAINS art”. Any ideas?
comment Posted June 19, 2009 Posted June 19, 2009 Try: not IsEmpty ( FilterValues ( "art" ; CheckboxField ) )
Recommended Posts
This topic is 5637 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