Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Community,
Is there a way to make a line graph which is cumulative for the days of the year to date? I want each new day's point value to be sum of the current plus all the previous days. I'm going to make a second line chart to compare this to with the previos year's data.
Select Full Accumulation in the expressions tab of the chart!
Rangesum(above(sum(Amount),0,rowno(total))
Select Full Accumulation in the expressions tab of the chart!
TY man u help me!