Hello! This hoping is an easy one - I've got a Running Sum for Contributions in the last 3 years of a specific Campaigns, broken by Campaign. The Running Sum numbers I'm getting are right, but I have the gaps in the chart on days when no contributions were processed...
I know on a regular line chart there is an option for Continuous Timeline and "Display Missing Values as Zeros," but I think because it's a Running Sum, those options go away. Anyone else have this issue or a solution to it? It just makes the chart very hard to read and I'd rather have flat lines on those days instead of gaps.
Thanks!
Lily
Inside of you RSUM parentheses , add “, TRUE” to make it continuous. The default setting for RSUM is FALSE (not continuous).
RSUM ( [Value] , TRUE)
Thanks Neil! I'm not sure if I'm doing something wrong, but it doesn't seem to be working for me - I tried recreating the Formula from scratch, with the TRUE value added in, but my graph looks the same.