Jump to content

Modification of Calculation Value


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

Recommended Posts

Hi

I have two field one call Time Field and one call Press Field. When I click on the Press Field to select one of the press. The Time Field will show the present time.

But sometime we need to modify the time, but on the calculation field we can do that, alway get "This action cannot be performed because this field is not modifiable".

Does any one have a better way to do that.

I attach the sample file.

Thanks

gregory

Calculation.fp7.zip

Link to comment
Share on other sites

Dont use a calc field. Create a regular time field. Then use an auto-entry option of calculated value:

Case( not IsEmpty ( Press ) ; Get ( CurrentTime ) )

Make sure the 'Do not replace existing value' is unchecked.

Link to comment
Share on other sites

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