Jump to content

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

Recommended Posts

Posted

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

Posted

Case( IsEmpty( date field ), "not vacant", date field >= Status (CurrentDate), "vacant" )

Posted

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

This topic is 7518 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.