Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a Pivot Table with Dimension category and Month.
If I select e.g. year=2013 and i look at April, I need to sum all values until April 2013 (accumulation until the max Date of the Month).
Attached is a sample. I just don´t get it...
Thanks for helping.
BR
Michael
Hi, You can use the Full Accumulated option
but for this you will need to change to straight table.
See attached qvw.
Ori
No sorry if forgot to mention that this part only refers to some categories (i refer with an if statement). and for all other categories it willt not be accumulated
You can use RangeSum as folowing:
rangesum(above(sum({<Date={"<=$(vTest)"}, Category = {'A'}>} Amount),0,RowNo()))
See attached
thanks so far, but it´s only working in straight table. i need that view with the month horizontal because i have many categories