Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi I've asked this question a few times now and still haven't got a answer.
I made the following line chart showing our daily LG. But I would like the line to increase with each days LG.
I add a Screenshot with the Line Chart and Dimension. The chart is filtered for a Specific Month.
Here is my Formula:
RangeSum(Above(Sum(if(TTYPE = 'Lo' and TGROUPTYPE = 'Lo', CAPITAL)),0,RowNo()))
It work perfectly within a table but as soon as I put it in a graph it doesn't work.