Shane Posted October 31, 2001 Posted October 31, 2001 I' Like to show records in a portal that match a relationship, but only if they also are marked as active in a field called STATUS in the related file. Is there any way to do this?
LiveOak Posted October 31, 2001 Posted October 31, 2001 To do this you need to modify your keys to create what is called a compound key. If your status field is STATUS, the new key might look like: NewRelatedKey (calculation, text, indexed) = STATUS & OldKey In your master file, the key might look like: NewMasterKey (calculation, text, indexed) = "Active" & Oldkey You are creating a key based upon two fields. -bd
Recommended Posts
This topic is 8425 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