kfok Posted February 6, 2005 Share Posted February 6, 2005 I have a check box field with ten boxes from a value list. Is there a way to write a script to enable user to do "AND" and "OR" search by simply selecting the check boxes? Link to comment Share on other sites More sharing options...
transpower Posted February 6, 2005 Share Posted February 6, 2005 Use the PatternCount function. Link to comment Share on other sites More sharing options...
-Queue- Posted February 7, 2005 Share Posted February 7, 2005 If you select multiple options from a checkbox in Find Mode, then you are performing an AND search. To perform an OR search, create new requests for each selection. Since an AND search is natural, you only need a script attached to a button labeled "OR" to create the extra requests for OR. The following script assumes you are already in Find Mode: If [Position( textfield, " Link to comment Share on other sites More sharing options...
Recommended Posts
This topic is 6621 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