Heathbo Posted November 14, 2004 Posted November 14, 2004 How do I take the value from a summary in table 1, and show it in table 2? Portals don't work, creating a field that links to the summary doesn't work.
Vaughan Posted November 14, 2004 Posted November 14, 2004 Are you using a calculated summary field (using GetSummary)?
Heathbo Posted November 15, 2004 Author Posted November 15, 2004 No, I am using a summary field, not a calculation field.
transpower Posted November 15, 2004 Posted November 15, 2004 Just take the summary field from table 1 and place in on a layout for table 2. If the two tables are properly linked (check your Relationships Graph) you will see the appropriate summary displayed.
Heathbo Posted November 16, 2004 Author Posted November 16, 2004 My problem is in the relationship graph my summary fields are greyed out. I also already have a join file in between table 1 and 2.
LiveOak Posted November 16, 2004 Posted November 16, 2004 Summary fields are context sensitive in the sense that the value they return is dependent upon the found set for summmary fields in a trailing grand summary part and upon found set and sort order in a subsummary part. I'd try defining a calculation field using the GetSummary() function and using this field in the related table. As an alternative, you can define a calculation field using the Sum(relationship::field) function in the related table. The relationship will determine the set of records aggregated. -bd
Recommended Posts
This topic is 7576 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