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.

not IsEmpty Question

Featured Replies

I'm using the following calcualtion to determine the pay for an instructor based on the number of days a student was enrolled in a course before he/she dropped. This works, but what i can't figure it out is how to make it ONLY look for those students who have a date in Date Dropped. the way I have it setup now it looks through all students.

If (Date Dropped - Date Enrolled >= 60, 50, 25)

I'd love some help.

  • Author

Essentially, I want this field to return a null value if the Date Dropped field is empty.

Try wrapping your calc inside a not IsEmpty ( Date Dropped ) condition, e.g.

Case (

not IsEmpty ( Date Dropped ) ;

Choose ( Date Dropped - Date Enrolled < 60 ; 50 ; 25 )

)

That almost looks like the answer I gave on another thread.

  • Author

Thanks for everyone's help. here's what I've got from your suggestions. And I should preface this by saying that I am using FileMaker 4.

Solution #1 suggestion:

Case (

not IsEmpty ( Date Dropped ) ;

Choose ( Date Dropped - Date Enrolled < 60 ; 50 ; 25))

Error message:

Either an operator was omitted, this function, cannot be found, or "(" was not expected here. (it highlights "Choose")

Solution #1 suggestion:

If( not IsEmpty(DateDropped);

If( DateDropped - DateEnrolled >= 60; 50; 25 ))

Error message:

This field cannot be found. (it highlights DateDropped...this is exaclty how the field name is spelled)

Help!!! :

Try replacing the semi-colons with commas.

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.