datalink Posted April 30, 2010 Posted April 30, 2010 I have a report that has a subsummary part. There are a couple of summary fields that are in the subsummary that are summing records that are sorted into that part. I need to be able to write a calculation that uses those summary fields and displays the result in the subsummary part. What seems to be happening is that even though the calculation field is located in the subsummary part it is calculating on all records in the found set. So my result is across the entire found set and not constrained to the records sorting into the subsummary part. Anyone have any suggestions? Thanks in advance.
datalink Posted April 30, 2010 Author Posted April 30, 2010 I did. It seems to be requiring the breakfield to be in the main table...and its in a related table. I suppose I can set up some clunky workaround to mirror the breakfield in the main table. Seems really kuldgy to do that though.
comment Posted April 30, 2010 Posted April 30, 2010 Alas, that is true: you need a calculation field = Related::Breakfield in the local table (unless you can use a local field as the breakfield to begin with).
Recommended Posts
This topic is 5379 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