CyborgSam Posted April 12, 2004 Posted April 12, 2004 A self-join relationship should do what you need. In the file with the hours, define a relationship to the same file using a match field that will be the same for all entries for a given agent and project (the contactenated ID_Agent & " "& ID_Project). In the calculation, use Sum(SelfJoinRelationship::HoursPerAgent) to get the figure. I'm not sure what you want in the second part, I think the self-join relationship (and perhaps other self-joins) can get the dta you need. Does this help?
Toni Bcn Posted April 13, 2004 Author Posted April 13, 2004 Thanks for your answer, CyborgSam, but finally I made using the GetSummary function. That was the cue. Of course It can be done also by a Self-join relationship
Recommended Posts
This topic is 7528 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