T
Troy1
I have a table that that stores number of donations
received by hour periods by date at Goodwill donation
stations. I have a crosstab query that sums number of
donations by weekday; i.e, Mon, Tue etc. My rows are the
station names, columns are weekday name and intersections
are Qty (sum). This sum is cumulative.
I need a query to calculate average number of donations
per weekday. When I try the same logic replacing "sum"
with"avg", it calculates the average per hour vice the
average per weekday.
I will appreciate any help
received by hour periods by date at Goodwill donation
stations. I have a crosstab query that sums number of
donations by weekday; i.e, Mon, Tue etc. My rows are the
station names, columns are weekday name and intersections
are Qty (sum). This sum is cumulative.
I need a query to calculate average number of donations
per weekday. When I try the same logic replacing "sum"
with"avg", it calculates the average per hour vice the
average per weekday.
I will appreciate any help