Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

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

Recommended Posts

Posted

This might be the wrong place to post this, but I did not see a forum dedicated to calcs.

If Field A is populated and Field B becomes populated, how do I delete the information in Field A?

Posted

If field A gets populated first and the clearing of data rests solely on whether a user enters a new value into field B, then you can use a calculated value (with the option for 'Do not replace exiting value' unchecked) for field A with the formula:

Case ( not IsEmpty ( Trim ( B ) ) ; ""; A ).

Posted

BTW. just as a FYI. Your post would belong in the 'Define Fields' forum.

Posted

it is a valid function. You will not see it listed as a function on its own but it's the reverse of "IsEmpty" and it is used when you wnat to check if a field is not empty, hence, not IsEmpty.

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