Jump to content

Allow entry calculation field


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

Recommended Posts

This is a FMP6 problem.

I have a calculation field that returns a grade A to E based on other fields.

I need to be able to allow a user to over-ride the calculated grade if they wish.

Is this possible with a calculation field...or can anyone suggest how I can do this.

Cheers

Stephen

Link to comment
Share on other sites

I think you will need another field that will store the overriding data. Then you can take the non enterable calc field and overlap it with the override field.

The calc would have to be slightly modified

Case ( not IsEmpty ( override ); override; your current calc criteria )

Link to comment
Share on other sites

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