Hi Dojo,
Has anyone else experianced the following?
On a running total card, if a period has no data to add to the total the bar is missing for that period.
Here is an example, we have a 30 day running total bar chart where on the 16th day no data exists to add to the total.
This should display the same bar value as the previous day, however given there is no data no bar is shown.

I assume this is a bug somewhere in the calculations, am guessing logically the day value is retrived and added to the running total, however if the day value is zero or null the calculation breaks out of the function. might consider flipping this to get the running total first and then add the day value, or if null then 0, calculate.
Anyways, fyi, please review, thanks.
Rgds,
K.