Newbies skbrimer Posted February 20, 2007 Newbies Posted February 20, 2007 I'm trying to omitt records that I use for tracking my jobs. Once a job is complete I would like to Omitt it from the report. I wrote a script that omits the jobs that are complete and it works. Each job has multiple records under each job title and it gets rid of them all. Woot! My problem is the jobs that are not complete it omits some of the records in them as well. It still lists the job as not complete, but some of the related records are gone. There is nothing in the fields that I told it to compare with to find out if the job is complete, but it still omits them. Has this happened to anyone else?
Ender Posted February 20, 2007 Posted February 20, 2007 Welcome! Can you share what the actual script is that you use for this report? Also, give us some sample data for the relevant fields.
Newbies skbrimer Posted February 21, 2007 Author Newbies Posted February 21, 2007 I can give you the script but not the actual data. I can probably give an eample. Here is the script >show all records >goto first record >Loop >Omit Mulitple Records[no dialog; isempty(Fill:serial number)] >next record. exit after last >End Loop >sort[restore,no dialog] >show omited only >goto preveiw mode thats it, short simple, and I had hoped little errors but something is wrong in it.
Newbies skbrimer Posted February 23, 2007 Author Newbies Posted February 23, 2007 Figured it out. Thanks
Recommended Posts
This topic is 6484 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