Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a problem in creating a chart for cumulative graph.
For example,
In this graph, the cumulative sum go to the end because I using the function
rangesum(above(sum(Incurred),0,rowno())
But I want the graph to look like this in the example below,
In this graph, I use the function if() and create a new field as the maximum month for each year.
if( Month>MaxMonth2012 OR IsNull(Month) ,0 , rangesum( above ( sum( Incurred ) , 0 , MaxMonth2012 +1)))
This result in many extra field created for each year and take a long time to run.This is just data for the 2012 onwards, this could be more and more messy and time consuming if I take in the data from 2000 onwards.
Is there any other possible way to do this and make this easier?
Thank you very much for your help!
Hi Kenth,
try setting Full accumulation option to your expression:
best regards
Andrea
This cannot works.
This will create the graph of the first example that all the line go to the end of the month since it is accumulation.
I want the graph to be like stop at the middle like in the second sample.
hi Kenth,
could you provide sample data ?
Andrea