Hi txnelson - I'm trying to do a very similar task, however I'm missing something basic.
I have a list of projects with columns for date_start, status, description, etc.
I would like to create a graph demonstrating a cumulative total of "Active" projects, grouped by m/y. I see this as basically a running count function grouped by date. (starting date format if d/m/y and spans multiple years)
I created the m/y column for grouping, but I haven't been able to graph the count of projects organized by the m/y group. I think I'm missing something basic.
If there is a scripting solution, I will need a guide as to how to input it as I'm not experienced with JSL.
Thanks