Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Finding Multiple Requests In Large Data Sets

Featured Replies

I have a solution that helps keep track of file deliveries. We delivery relatively large numbers of files (so far, up to about 90k per month), and some of these deliveries are of the same file to multiple destinations. I need to create a list of all new deliveries in a given month, and all previous deliveries that have been invoiced.

I already have a method to get a list of unique filenames, but I now need to search the "delivery" table for all instances of each unique filename delivered in a given month.

For example, the table "deliveries" contains 1,000,000 records. In August we made 25000 deliveries, of which 15,000 were unique files. I need to search all 1,000,000 for every delivery for each of the 15,000 unique files that were delivered in August.

Right now, I have a method that works but is awfully slow. It essentially performs 15,000 finds, with 14,999 expanding the initial found set. I was wondering if anyone had any suggestions for a method to perform a find such as this that would be a bit faster. I'm already using layouts with no fields on them and using the "set field" script command to set up my search criteria. I'm not searching on any calculated fields.

This is on a hosted database, hosted by FileMaker Server Advanced 11, with FileMaker Pro 9 clients used to access it.

This is rather confusing. Why do you need to search the "delivery" table for all instances of each unique filename delivered in a given month - instead of finding all deliveries in a given month?

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.