Hi,
I have created a report that totals the number of days it took a product to ship by percentage by a date range for a specific location. My data comes from a query with the following headers:
[week ending date] [Packages Entered] [Entry Date] [Location] [Days In Transit]
I used a count iff to calculate the following headers in the report. This is a percent of the total number of packages.
[# of days <=4] [# of days <=5] [# of days <=6]
The report runs fine and gives me the info a need on a week to week basis but I need it to break out the data based on w/e. I am not sure how to go about this.
[W/E Date] [Packages] [Location] [# of days<=4] [# of days<=5] [# of days<=6]
23-Dec 500 New York 25% 50% 100%
16-Dec 475 New York 35% 75% 100%
Any help would be appreciated.