bankofbermuda Posted July 26, 2001 Posted July 26, 2001 I have two Databases: AnnualReturn and Director AnnualReturn has the fields: ClientNumber, AGMDate Director has the fields: ClientNumber, ElectionDate and ResignationDate In the Annual Return Database, I need to generate a report which reflects only those directors from the Director Database serving at the AGMDate. I am trying to filter the portal to select those records with related ClientNumber in the Directors database which have an empty ResignationDate or a ResignationDate later than the AGMDate for the related records in the Annual Return Database and ElectionDate earlier than the AGMDate. I can't seem to come up with a key field for the relationships to accomplish this. Any Suggestions??
Kurt Knippel Posted July 26, 2001 Posted July 26, 2001 Filtering on dates are really problematic. Since the filtering indexes on both sides of the relationship change daily. The best suggestion I can make would be to use replaces on the indexes or to use the Today function to build the indexes. Neither is a great solution as it requires a bunch of processing to take place daily in order to rebuild the indexes. The other option is to NOT deal with a relationship and simply use a find based on the criteria that is input into some global fields.
Recommended Posts
This topic is 8522 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