John Chamberlain Posted July 22, 2009 Posted July 22, 2009 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?
LaRetta Posted July 22, 2009 Posted July 22, 2009 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" )
John Chamberlain Posted July 22, 2009 Author Posted July 22, 2009 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?
Lee Smith Posted July 22, 2009 Posted July 22, 2009 whatever happened to the Status functions? FileMaker Changed the name to Get
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now