doltharz Posted January 24, 2008 Posted January 24, 2008 I do have a relation between 2 TO (Tables) that way: STUDENT (ID, Name, GroupID_fk, GroupName (Calculation: Unstored: GROUP::Name), ...) GROUP (ID, Name, ...) STUDENT::GroupID_fk ----[=]---- GROUP::ID When I sort using the "Sort Records..." menu command using "STUDENT::GroupName" it doesn't sort and produce the same output as "Unsort" but when I do use "GROUP::Name" it does sort correctly. Till it's a calculation field using a field from another table, I can't force it to be stored rather than "unstored and calculated when needed" Is there something I missed?
comment Posted January 24, 2008 Posted January 24, 2008 Is your application patched up to 7.0v3? Not related to your question, but the calculation field seems redundant - you can simply place the related GROUP::Name field on a layout of STUDENT.
doltharz Posted January 25, 2008 Author Posted January 25, 2008 Versions: FileMaker Pro 7 7.0.3.320 FileMaker Dev 7 7.0.3.320
comment Posted January 25, 2008 Posted January 25, 2008 Can you post a simple file showing the problem?
Recommended Posts
This topic is 6205 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