Count fixlets created by month

(imported topic written by atxrobbie)

Does anyone have a report or know an easy way to report on # fixlets created monthly?

thanks,

(imported comment written by Lee Wei)

Here is an example to get you started.

(it, multiplicity of it) of 
unique values of (year of it as string & "-" & month of it as two digits) 
    of months_and_years of dates (local time zone) 
    of modification times of bes fixlets

returns something like the following:

2009-12, 2
2010-03, 515
2010-04, 8
2010-06, 4
2010-08, 14
2010-11, 255
2011-01, 18
2011-02, 29
2011-04, 6
2011-05, 272
2011-06, 153
2011-07, 139
2011-08, 100
2011-09, 1159
2011-10, 8884
2011-11, 353
2011-12, 583
2012-01, 249
2012-02, 625
2012-03, 254
2012-04, 362
2012-05, 749
2012-06, 5121
2012-07, 805
2012-08, 2481
2012-09, 586
2012-10, 49

Lee Wei

(imported comment written by atxrobbie)

fantastic Lee. thank you very much!

  • robbie