RRRANN Posted November 21, 2002 Posted November 21, 2002 I've set up a database of inventory, and I'm trying to find the top 200 selling items. I can sort by "items sold year to date", as an example, but I want to limit the list to only 200 records total. I don't know how to do this without going manually to record # 201 and then performing a find of all records smaller than "X" qty sold YTD, and deleting those records, and then printing out my report. Any suggestions qould be appreciated. Longtime Nutshell User, New Filemaker user
jasonwood Posted November 21, 2002 Posted November 21, 2002 In your script you could say... Go to record/request/page [by number, 201] Omit Multiple [big number] I don't believe there is a way to say "omit this and everything after", but I think it will work if you just put in a really large number (I'm assuming it doesn't go back to the beginning or anything funky like that).
Recommended Posts
This topic is 8039 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