Mark Appleby Posted April 3, 2002 Posted April 3, 2002 I am Flummoxed!! I have three files related my first file is departments, it is related by department to its catagories which is related to it's subcatagories. My big problem, when I create a Department everything works fine. When I create the catagory Everything also seems to work fine including looking up default values from department. But when I create sub-catagories the lookups do not pick up the values. My sub-catagories is related to the catagories by a calculated field 'department &"/"&Catagory this has been indexed in order to allow it to be used for a join. Am I doing something wrong?
IdealData Posted April 3, 2002 Posted April 3, 2002 Get rid of the "/" char. It behaves like a "white space" character. Just conacatenate the strings together. Incidentally, if the department or categories have spaces in them then this might also cause problems. Also I think only the first 20 chars are indexed !!!
goldraven Posted April 3, 2002 Posted April 3, 2002 Whenever possible you should use unique serial numerical IDs for the key fields in your relationships to avoid problems like this.
glaser_david Posted April 3, 2002 Posted April 3, 2002 Out of the subject, but how do you index a calculation field? by that I mean a field type defined as calculation, not an auto enter by calculation? I thought it was not possible to index a calculated field. David
goldraven Posted April 3, 2002 Posted April 3, 2002 Calculated fields can be indexed except under certain circumstances. For example, you cannot index a calculation that refers to a related file.
Mark Appleby Posted April 4, 2002 Author Posted April 4, 2002 I have made changes to field makup as discussed earlier. I am now getting my dropdown lists to work correctly, but I also have a number of lookup fields none of which are looking up. Is there something that I am missing. This is my first real project with filemaker, so maybe I am missing something.
goldraven Posted April 4, 2002 Posted April 4, 2002 Mark, It would help if you gave specific details on what fields are not looking up properly and how you have them setup.. ie. how the relationship is set up and where they lookup the data from. That isn't entirely evident from the first post.
Recommended Posts
This topic is 8325 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