Skip 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.

Max Min Functions

Featured Replies

I want to calculate the ninimum and maximum value on a date field (earliest and latest date) of a set of records.

I created two global fields and have a script that set this fields one with the max(field) and the other with the min(field) function.

The problem is that when the script is run, it sets both fields with the minium value (earliest date).

Does anybody knows how to make it work?

thanks.

confused.gif

The problem is that Max(date) or Min(date) is only going to return the date itself. You need a constant self-relationship (i.e. either a constant field related to itself or a global field related to a constant of 1) to compare all records in the file. And you need more complications to calculate this for only the currently found set of records. Why not take an easier route and just sort by the date, go to first record and set the minimum field, then go to the last record and set the maximum? Either that or use summary fields, if you only want to display the data and need not perform any calculations with it.

  • Author

Thanks Queue, it worked beautifully

Create an account or sign in to comment

Important Information

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

Account

Navigation

Search

Search

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.