Jump to content

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

Recommended Posts

  • Newbies
Posted

I have a checkbox in one layout, that returns the date modified in another layout. Is there a way that I can instead, get it to return the date first checked, and return nothing if the checkbox is subsequently unchecked?

thanks, Ben

Posted

Hello Ben,

What you might like to try is setting up a field with an Auto-enter by calculation option, with the formula set to:

Case(YourCheckbox = "YourCheckboxValue", Status(CurrentDate))

This will remain empty until the checkbox is checked, but will ignore all subsequent changes to the checkbox (unless the value in it is deleted, in which case it will acquire a new value the next time the checkbox is checked after it became empty).

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