KevinRan Posted November 22, 2005 Posted November 22, 2005 Newbie here: I have a db of newspaper delivery routes. One field is "Carrier" which consists of dozens of last names. Another field is "CopyNumber" which is the number of newspapers that get dropped off at each drop site. ie: Johnson drops 100 papers at convience store 1, 275 papers at store 2, etc. I need to be able to get the the sum of the field CopyNumber for all records for Johnson, all records for Smith, etc. Right now I can only get the final total for all carriers combined. I appreciate your input. Thanks, Kevin
T-Square Posted November 22, 2005 Posted November 22, 2005 Create a layout that has a subsummary (trailing) on carrier. Add a summary field for CopyNumber and place this in the subsummary area. Sort your data by carrier and preview thre results. HTH.
KevinRan Posted November 23, 2005 Author Posted November 23, 2005 Thanks, I'm getting closer to the solution. Now I have to work on the layout. I don't have the layout set up in a manner that others will be able to retrieve the info they need. They are more ignorant than I am regarding FM. Can you please tell me how to make a layout that will give me a list of carriers with their totals and a grand total at the bottom? Something like the attached picture. Thanks again, -Kevin
T-Square Posted November 23, 2005 Posted November 23, 2005 Add another part for the grand total and put the same CopyNumber Summary field there. It should summarize all the data on the report. You didn't ask, but I'll throw in that your image suggests that you are not interested in the individual dropsite counts, but just the carrier totals. If this is the case, you won't actually need the layout's default part named Body; you can either delete it or scruntch it up so that it doesn't take up any space. With regard to your users, my guess is that you will ultimately create an interface for them that prompts them for their search criteria (via some sort of search layout), conducts that search (via some script triggered by a button placed on the search layout), sorts the result (same script), and previews the report (same script). HTH, David
KevinRan Posted November 29, 2005 Author Posted November 29, 2005 With a combination of everyone's input I was finally able to get all the layouts I need. Everything works properly. Thanks for your input.
Recommended Posts
This topic is 6999 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