Hello all,
Please forgive me as its been awhile since I've worked in FMP and I'm sure I'm just a little rusty.
So here is the problem
I three tables lets call them A,B,C
table A has a field called ID containing a string
table B has three fields
ID which is related to table A's ID and a field
COUNT which is a calculation field that contains count(A:ID) resulting in a the number of records in A that contain the ID.
MyBOOLEAN_A which is a calculation that checks to see if count is greater than 10(as an example)
table C contains 1 field
MyBOOLEAN_B set to 1 or true and related to table B and I have a portal showing the data related.
Sounds good right ? but the records don't show up in the portal because MyBoolean_A is not indexed. but no matter what I do I can't get it to index. I keep getting a message saying the field cannot be indexed because it references a related field, an unstored calculation field.... blah blah
any help or suggestions would be appreciated
mm