Stephen K Posted May 3, 2007 Posted May 3, 2007 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
Raybaudi Posted May 3, 2007 Posted May 3, 2007 Hi don't use a calculation field, but a field with option to AutoEnter a calculated value. That field will be not as flexible as in FileMaker 7, but you can try this way.
mr_vodka Posted May 3, 2007 Posted May 3, 2007 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 )
Recommended Posts
This topic is 6475 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 accountSign in
Already have an account? Sign in here.
Sign In Now