Jump to content
Server Maintenance This Week. ×

if changed?


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

Recommended Posts

Hi VICH

you can start from this calculation field that checks if field is been modified (lets name it check):

Case(

check = "Modified";"Modified";

IsEmpty ( field );"";

not IsEmpty ( field ) and IsEmpty ( check );field;

check = field;field;

check ≠ field;"Modified"

)

BTW this calc is permanent; if someone (you too) modifies field, check will be set to "Modified".

To can set check to empty you can add, for example, as the first case condition, this:

field = "^^^";"";

so you (and all others who know) can type ^^^ in the field and check will become empty.

Link to comment
Share on other sites

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