I have bills that come in at irregular periods. Here is an example for 1 type:
{name:building1Water, startDate:2015-12-30, Cost:300}
{name:building1Water, startDate:2015-09-30, Cost:100}
{name:building1Water, startDate:2015-08-30, Cost:100}
In this example, the bill for 2015-12-30 covers the months of December ($100) , November($100), and October($100). I would like to average out the Cost over the missing months. What would be the timechart syntax for this?
I would like to see:
2015-12 building1Water 100
2015-11 building1Water 100
2015-10 building1Water 100
2015-09 building1Water 100
2015-08 building1Water 100
↧