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

Hi

i have a sql connected to filemaker .

in the table i what to run ש script the will give mק the largest number in a field .

the problem is that i can not add a summery file to the table.

how can i do it?

Thank You Dani

Dani

You might sort descending by that number field and go to first record.

You might create a cartesian self-join on the table and create a Max(table_TABLE||x|::number) calc to return max value. (Not certain if that would work to an SQL table).

You could script it: (pseudocode)

Show All

Go First Record

Loop

SetVariable($Max; Case($Max<YourNumberField; YourNumberField; $Max))

GoToNextRecord (Exit After Last)

End Loop

Stephen

the problem is that i can not add a summery file to the table.

See if this helps:

http://www.filemaker.com/11help/html/odbc_ess.20.9.html#1027889

You can add supplemental fields to an ESS, as comment points out, however, what is your goal? I hope that you're not trying to calc a serial ID.

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.