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, another question:

For each class that's listed I want to sum up the grades but I only want to sum up the grades that aren't F, W, I, etc etc. So I only want ot sum up: A, A-, B+, B, etc. And add up the grades. I'm using just regular sum right now and that includes F, W, I which I don't want. Anybody know how to do a calculation for this?

Henry

Henry,

A solution would be to create a calculation file who's result would be either a 1 or a 0 depending on what the grade was given. Then have a field that generates the sum of the new calculation field.

Hope this helps.

  • Author

Good idea, but I have no idea how to do this. =) Only a little beyond a newbie.

Create the following fields as calucations with number results:

Is_A = Grade = "A"

Is_A_Plus = Grade = "A+"

etc.

Don't use field names like Is_A+ as FileMaker won't let you use such fields in calculations.

Then create summary total fields like this:

Total_of_Is_A = Total of Is_A

Total_of_Is_A_Plus = Total of Is_A_Plus

Chuck

Hi,

I was thinking of a field called Grade_Calc (or something like that) and using a calculation similar to the following:

Case(Grade="A+",1,

Grade="A",1,

Grade="A-",1,

Grade="B+",1,

continue like this until the end

Grade="F",0,

Grade="W",0,0)

The Case function is similar to but not identical to the IF function. It is used to evaluate an argument ( in this case is the Grade= A) and then puts in the corresponding answer depending if the argument is true or false.

Then create the summary field based on the Grae_Calc field.

Hope it helps.

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.