Pedro Posted September 21, 2001 Posted September 21, 2001 How can i do to search some records that have portal rows with empty values?:
LiveOak Posted September 21, 2001 Posted September 21, 2001 You actually never need to. Searches in portal rows search the main file and not records in the related file. If you need to find records with no related records, create a field in your main file defined as "Count(Relationship::Any Field)" and search for zero. -bd
Rigsby Posted September 22, 2001 Posted September 22, 2001 Searching portals or related fields also forces FM to create a “temporary” cross-file index, which, with lots of records takes ages – don’t do it! That’s the rule here. Rigsby PS: There are lots of tricks to get around this problem – but to help, we would need more information.
Kurt Knippel Posted September 22, 2001 Posted September 22, 2001 quote: Originally posted by Rigsby: Searching portals or related fields also forces FM to create a
Rigsby Posted September 24, 2001 Posted September 24, 2001 I’m not quite sure where you got the information that there is no such thing as a “cross-file index”! This term comes from Filemaker itself, not from me. If you search a portal, you are right, FM uses the index from the related file and the search performs pretty much as though you performed it on the file itself. However, if you enter search criteria in a local field and in a portal, FM has no constant index for this search, and thus creates a cross-file index. This problem is explained fully on FM’s homepage in the technical area, and touched on in Scriptology from Petrowsky & Osborne. Test this – create a calculation field that joins a value from file A with a value from file B, then enter search mode and try to paste from the index!!! No way – can’t do it, because there is no index. Rigsby
Recommended Posts
This topic is 8463 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