I have built a crosstable with last quarter and this quarter on the left and the week of the quarter across the top. My data is a calculation of billings, as a variable=Billing Amount using runningsum(). Last quarter is complete, so each week is filled in. However, we are only partially through current quarter, so the final few weeks are empty.
When I first did this, the future weeks left blank cells, and therefore when I converted to a line graph, were not drawn (1.).
When I recreate the exact same table in a different file, the future weeks are now filled in with the latest running sum for the quarter. This causes future weeks to be drawn as in the graph (2.) below.
Does anybody have any idea how to get my future tables/graphs to work like (1.)?