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.

Featured Replies

I have a table with a text field [Field_B] containing values between 00001 and 01000.

In a script I am performing a find to restrict the recordset to only include records containing certain criteria in another field [Field_A].

After this is complete I then am trying to use the MAX function to return the highest value in Field B that remains in the recordset. However it seems to be picking the lowest number.

For example. this is what I have left after a Find


Field_A     Field_B

A           00250

A           00375

A           00400

MAX (table::Field_: returns 00250

Any ideas where to look?

I believe you may have a context issue. If you are in TableA, Max(TableA::Field_: will return the value in Field_B of the current record. You need to use a summary field to get the max value of the found set.

If you were in another table (i.e. table occurrence), Max(TableA::Field_: would return the max value of the related set in TableA.

  • Author

comment to the rescue once again.. anyone else do any work around here? :

thanks again comment.. you are rapidly becoming my FileMaker BFF :

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.