grumbachr Posted July 3, 2007 Posted July 3, 2007 I'm trying to write a calculation that returns a value of 0 or 1 if a specific value has been check. The Value List has six check boxes and any combination of those can be assigned. If only one value from the value list is check everything works fine but if the value I want is check and any combinations of values is checked I don't get what I need. Any suggestion on how I can do this?
mr_vodka Posted July 3, 2007 Posted July 3, 2007 GetAsBoolean ( PatternCount ( yourcheckboxField ; "SearchValue" ) )
Recommended Posts
This topic is 6413 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