The Missing Man 0 Posted May 26, 2020 Share Posted May 26, 2020 I have a value list with 4 names and I would like to do a report that just shows 2 of the names. Can I not just do a script that tells me to find Name 1 and Name 2? Everything I try fails and I cannot find anything on-line for this. Any help appreciated. I tried ="name1", "name2" ="name1" "name2" ="name1" or "name2" ="name1"..."name2" Thanks in advance, The Missing Man Link to post Share on other sites
bcooney 144 Posted May 26, 2020 Share Posted May 26, 2020 To do an “or” search, create a new request. enter find mode set field. Value 1 //or new request set field value 2 perform find //trap and deal with errors Link to post Share on other sites
The Missing Man 0 Posted May 26, 2020 Author Share Posted May 26, 2020 Thanks Link to post Share on other sites
Recommended Posts
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