On Sat, May 4, 2013 at 8:58 PM, Doug Franklin <nutdriverle...@comcast.net>wrote:

> On 2013-05-04 14:55, Stephan Beal wrote:
>
>  SELECT substr(date(mtime),1,7) AS Month, count(*) AS Commits
>>
>
> Is there a way to embed the counts in the reports themselves?  For
> example, could I have a report that lists tickets ordered by their status
> and gives a count for each status value?


That "should" be possible using the proper subselects to generate some of
the columns. What "the proper subselects" might be, though, i cannot say :(.

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to