Average per day

tezread

Registered User.
Local time
Today, 18:36
Joined
Jan 26, 2010
Messages
330
Hi thereI am trying to work out the average number of episodes per day. I have a tableEpisodeIDDatecould anyone help?
 
Have a look at a GroupBy (total) Query, perhaps this article will give you some pointers.

You could Group By your date field, and then use the Avg to return the average for that date.
 

Users who are viewing this thread

Back
Top Bottom