Forum Discussion
Anonymous
6 years agoNot applicable
Running Total show blank on dates
Hello all I hope you can give me help I would like to show running totals, but only until the last call. So my matrix shows below, so if nothing happened on 03/01/2019 then it stays blank ...
Anonymous
6 years agoNot applicable
Just Use this
IF(logical_test>,<value_if_true>, value_if_false)
and replace your blank with 0.
Your Graph will render with no error.