Jump to content

This topic is 5673 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

Still trying to adjust - whatever happened to the Status functions? Can't get my mind around date calculations - what I need is to compare a due date to the current date, in order to identify delinquencies. In FM 6 there was a Status(Current Date) function that could be used for testing - but what is it's eqivalent in FM 7?

Posted

Get ( CurrentDate ) - DueDate > 30

or

Get ( CurrentDate ) - 30 > DueDate

These calculations must be unstored since they use Get ( CurrentDate ) and they produce a boolean 1 meaning the record is more than 30 days past due. You can use it also like to produce text, such as:

Case ( Get ( CurrentDate ) - DueDate > 30 ; "Overdue" )

Posted

Thanks LaRetta - guess I didn't get the Get function.

BTW, can anyone recommend the best book for us poor souls who are just transitioning to the new world of FMP 7-10?

Posted

whatever happened to the Status functions?

FileMaker Changed the name to Get

This topic is 5673 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

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