Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi guys PFA,
In this for year 2016 i am getting wrong accumulated sum
Regards,
Hemesh
Use this?
RangeSum(above(TOTAL sum(Sale),0,RowNo(TOTAL)))
Which graph we need to look? There is 2 graphs
second graph
What's wrong here?
I used this?
RangeSum(Above(Sum(Sale),0,RowNo(TOTAL)))
And enable Full accumulation radio button
i need without checking the full accumulation radio button.
Use this?
RangeSum(above(TOTAL sum(Sale),0,RowNo(TOTAL)))
it is giving the correct result
May i know what is wrong in that expression which i written
May be TOTAL Keyword missing, And one blog is there for the same. You can read that blog to understand whole
after giving Total key word also it's giving wrong result,
can u share me the blog URL
Read this?
What does the TOTAL qualifier do?
And, FFor explanation in my way is TOTAL keyword can store the TOTAL sales and then we are displaying to each row level until RowNo(TOTAL) -- How many rows?
And read this too Missing Manual - Above() and Below()