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

  • Newbies

Hi - New member here and novice Filemaker user.

I'm using version 5.5, and I don't know how to solve my calculation problem. I hope someone here can point me in the right direction.

My first file has basic data relating to inventory additions. There are multiple entries per inventory item. The Item ID is my match field. For each addition, I have a Quantity, and a code for the Type of addition (among other info).

My second file is meant to summarize the data. For each item ID, I want a total Quantity added, IF the code for the addition matches the Type of addition I want to summarize. (I am simplifying quite a bit.)

I'm not able to get the quantities to total the way I want. I think I'm missing a big step in the middle - I'm just trying to use an IF calculation in the summary file - IF(Type="x",sum(Quantity),0).

Thanks, thanks for any help.

If I understand you correctly, you'll need to create a calculation field, cQuantity, in the first file of Case( Type = "x", Quantity, 0 ). In the second file, using a relationship of ItemID to ItemID in the first file, create a calculation of Sum(relationship::cQuantity).

  • Author
  • Newbies

PERFECT. Thanks so much for your quick response. It worked.

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.