3rdparty Posted August 26, 2004 Posted August 26, 2004 I am trying to create a portal based on a relationship that looks at two fields in a file, one of which is generated from another existing self-relationship. However I can't, as apparently the field that already depends on the slef relationship cannot be indexed. Is there any way around this problem? In the attached example, the relationship I want to create would look at "UniqueProjBud" and "Unique key". But UniqueProjBud is already a result of a self-relation (that returns 1 or 0 depending on the uniqueness of the record) and thus the new relationship then will not work. Grateful for any tips jw testdb.fp5.zip
CobaltSky Posted August 26, 2004 Posted August 26, 2004 Hello jw, There are a few ways to approach this. One of them, is to use a filtered value list as the basis for the left-key for the relationship. I've modified a copy of your file to set up your 'Unique ProjBudgSelf' relationship in this way. See attached. testdb.zip
Recommended Posts
This topic is 7451 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