I've been puzzling over this for a while- I can't figure out how to do it, so some help would be much appreciated!
I have a certain set of items, and each has a date associated with them. Some dates have many items associated with them, some dates have none. Each item has only one date associated with it.
I'd like to count the number of items by month. This is to say, I'd like to know there were X items for the month of January of 2004, Y items with a date in February of 2004, Z items in March, and so forth. It's a simple count, performed on a monthly basis using nothing more than the date field.
Is there a straightforward way to do it with all the items I have? They date back over 5 years now, so it'd be nice to do it in a manner that keeps me from doing it in a tedious fashion. Thanks!
I have a certain set of items, and each has a date associated with them. Some dates have many items associated with them, some dates have none. Each item has only one date associated with it.
I'd like to count the number of items by month. This is to say, I'd like to know there were X items for the month of January of 2004, Y items with a date in February of 2004, Z items in March, and so forth. It's a simple count, performed on a monthly basis using nothing more than the date field.
Is there a straightforward way to do it with all the items I have? They date back over 5 years now, so it'd be nice to do it in a manner that keeps me from doing it in a tedious fashion. Thanks!