Newbies Scott Howard Posted April 22, 2011 Newbies Posted April 22, 2011 I need to show summarized sales data for vendors and countries. The straightforward way that works fine is to create two summary parts: the first summarizes by a vendor's Country; under that are summaries for each vendor in that country. So I have something like this: But because I need to print this on one page with other information above it, I can make it fit if I can put the country summary on the first line of the first Company summary, like this: (I hope this shows up well once I post it.) You see this takes up about half the space of the first report. The challenge is to get the correct country summary on the same line as the first company and to have the country not show up on the second and third company summary. Any ideas? Thanks for any input you might have. Scott
Vaughan Posted April 22, 2011 Posted April 22, 2011 There are a coupe of hacks to do this. The simplest is to make the country and vendor sub-summary parts very small, like a couple of pixels (they must remain on the layout). Then position the country name field so that it "hangs" from the country sub-summary part down onto the body part. This will cause it to show only for the first vendor record below.
comment Posted April 23, 2011 Posted April 23, 2011 You can place the country field and a calculation field using GetSummary() in the sub-summary by vendor part. Then use conditional formatting to display them only when country is different from the previous record.
Newbies Scott Howard Posted April 25, 2011 Author Newbies Posted April 25, 2011 There are a coupe of hacks to do this. The simplest is to make the country and vendor sub-summary parts very small, like a couple of pixels (they must remain on the layout). Then position the country name field so that it "hangs" from the country sub-summary part down onto the body part. This will cause it to show only for the first vendor record below. Thanks Vaughn. The only problem with my report is that the Vendors are also in a sub-summary part - this report has no body part - so if I "hang" the country off a small sub-summary the field or text merge field does not show its data in the Vendor summary part.
Recommended Posts
This topic is 4964 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