Newbies jkarol Posted January 24, 2003 Newbies Posted January 24, 2003 I have the simplest loop script that isn't working and I'm tearing my hair out trying to fix it. It goes like this: Loop If ["Field = "no""] Omit Record End If Go to Record/Request/Page [Exit after last, Next] End Loop It's part of a larger script, but for testing, I made it into a script of its own and it still doesn't work. I have 317 records, and in 158, that field is equal to "no". But when I start with all records shown and run that script, it consistantly leaves me with 234 records. Could someone please give me an idea of what I could be missing? I'm used to having to hunt down the little things, but this is ridiculous... Thanks.
djgogi Posted January 24, 2003 Posted January 24, 2003 Change it to Loop If ["Field = "no""] Omit Record else Go to Record/Request/Page [Exit after last, Next] End If End Loop Dj
Mike D. Posted January 24, 2003 Posted January 24, 2003 I can't tell from your post, but in addition to the suggestion made by djgogi, make sure you use the step Go to Record/Request/Page [First] before you enter the loop.
Newbies jkarol Posted January 24, 2003 Author Newbies Posted January 24, 2003 Thanks so much for the quick help!
Recommended Posts
This topic is 7977 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