Matt Leach Posted May 18, 2011 Posted May 18, 2011 I'm assisting a local bicycle organization with a database that cyclists use to track their total mileage. Im having some troubles summarizing the mileage. Everyday, the rider enters information into 2 key fields: Miles = total number of miles for the day RideType = type of ride they did (Commute, Trail Riding, Off Road, etc...) I would like to have the ability to break down the total miles of each ride type. Currently i have one summary field that gives total miles no matter what type it is but would like a field for: TotalCommuteMiles TotalTrailMiles and so on.... Would i set the field as a calculation and perform an IF statement based on the ride type? Any assistance would be greatly appreciated. Thanks
Fitch Posted May 18, 2011 Posted May 18, 2011 The simplest method only requires one summary field, that's set to the total of Miles. You then create a layout with a sub-summary part on it, that's set to break on RideType. Put the summary field and the RideType field on the sub-summary part. Now sort by RideType. Done. When you create a new layout, there's a "wizard" that walks you through these steps.
Matt Leach Posted May 18, 2011 Author Posted May 18, 2011 The simplest method only requires one summary field, that's set to the total of Miles. You then create a layout with a sub-summary part on it, that's set to break on RideType. Put the summary field and the RideType field on the sub-summary part. Now sort by RideType. Done. When you create a new layout, there's a "wizard" that walks you through these steps. Thanks for the reply, i'll give that a shot.
Recommended Posts
This topic is 4996 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