spam33 Posted February 24, 2003 Posted February 24, 2003 Hi, In my database, I have a report that shows every record in the db. Each record has a status associated with it, which is assigned from a value list. There are about 15 different status options. What can I add to a script that would show every single record EXCEPT the records that have a status from one particular value in the list? For example, I'd like my report to display every record except for the records with a status of "No Action Required". Thanks for the help.
BobWeaver Posted February 24, 2003 Posted February 24, 2003 Put a find in your script with these steps: Enter Find mode[no restore] Set field [statusfield, "No Action Required"] Omit Record Perform Find[no restore]
spam33 Posted February 25, 2003 Author Posted February 25, 2003 great that did just the trick. Thanks.
Recommended Posts
This topic is 7946 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