gwyster Posted July 2, 2004 Posted July 2, 2004 Hi, I am trying to define a calculation field that results in text. When another field, a date field, has nothing in it, the result would be "not vacant" and if the date field was >= today the result would be "vacant". Can anyone assist me on this? Thanks Greg Young
Fitch Posted July 2, 2004 Posted July 2, 2004 Case( IsEmpty( date field ), "not vacant", date field >= Status (CurrentDate), "vacant" )
gwyster Posted July 3, 2004 Author Posted July 3, 2004 Tom, You know I really appreciate you sharing your knowledge. Through several years of trial and error, I have created very useful applications for my business. I now know enough to realize more of what FM can do, but often lack the basic programming skills to execute it. Thanks for taking the time to get me past my stuck point. Greg
Recommended Posts
This topic is 7818 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