How to avoid null values in a RunningSum metric?
Example:
In the following report, metric 'M0' is defined as: Sum(Revenue) {~+} ; The 'RunningSum' metric is defined as RunningSum<SortBy= (Year, [Customer City], Customer) >([M0]) .
The RunningSum metric does not display any value where the metric 'M0' has cross tab nulls as shown below.

The RunningSum function can only calculate on the results returned by SQL execution. Cross tab nulls are generated due to the way data is displayed. If there is no data returned for a row/column combination, the RunningSum function cannot pick up any value for this combination.
To display a RunningSum value for every row/column combination, users can follow the key points provided below:
Detailed steps have been below:

