Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Store Data on Points of Graph with full accumulation

Is there anyway to store the data on points of a graph with accumulation?

1 Solution

Accepted Solutions
Jason_Michaelides
Luminary Alumni
Luminary Alumni

Maybe instead of using the built-in accumulation you could use an expression and then check the show values checkbox?

As in your other post, assuming your chart dimension is something like Month, and your chart expression is Sum(Sales), try:

=RangeSum(Above(Sum(Sales),0,RowNo()))

Hope this helps,

Jason

View solution in original post

1 Reply
Jason_Michaelides
Luminary Alumni
Luminary Alumni

Maybe instead of using the built-in accumulation you could use an expression and then check the show values checkbox?

As in your other post, assuming your chart dimension is something like Month, and your chart expression is Sum(Sales), try:

=RangeSum(Above(Sum(Sales),0,RowNo()))

Hope this helps,

Jason