Newbies brenda Posted October 2, 2001 Newbies Posted October 2, 2001 I'm a self taught FMP user. I'm using the Case calculation and my last entry told me "This formula is too long to be calculated. Break it up into two formulas". I don't know how to do that and if it will affect my data. Any help on this would be greatly appreciated.
LiveOak Posted October 2, 2001 Posted October 2, 2001 I'm not sure what you mean by "my last entry told me". Is your last entry a the answer to a question asked on this forum or an error message displayed by FileMaker? It also might help if you show us your calculation, its kind of hard to guess what it is! The only help I can give you with the information you have provided is "keep trying". -bd
Newbies brenda Posted October 2, 2001 Author Newbies Posted October 2, 2001 Sorry, let's start over. Field B looks at Field A and automatically enters a description based on the part# in Field A. Field B is a calculation. Example: Part# 418 is entered in Field A. Field B is the description of Field A based on a calculation which is this; Case(Item=418,"Goblets") The problem is that I have so much entered in the calculation field that it says "break up the formula into two" when I try to enter more in the calculation field. If there is an easier way of doing this, by all means let me know. I am frustrated with this problem and don't know what else to do. Some of my order forms have blank descriptions in them because the calculation field will not accept anymore characters in it.
LiveOak Posted October 2, 2001 Posted October 2, 2001 This isn't the way to do what you wish. The approach you are using requires that you modify the database STRUCTURE every time you change part number DATA! What you want is a separate file for "Parts" with fields "Part Number" and "Part Description". Create a relationship between your main file and "Parts" based upon "Field A" matching "Part Number". You can then define Field B as a text field with a lookup based upon this relationship or as a calculation field defined as = RelationshipName::Part Description. -bd
Recommended Posts
This topic is 8559 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