Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
michael_maeuser
Partner Ambassador
Partner Ambassador

Accumulation until max Date with dimension Month

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

4 Replies
orital81
Partner - Creator III
Partner - Creator III

Hi, You can use the Full Accumulated option

but for this you will need to change to straight table.

See attached qvw.

Ori

michael_maeuser
Partner Ambassador
Partner Ambassador
Author

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

orital81
Partner - Creator III
Partner - Creator III

You can use RangeSum as folowing:

rangesum(above(sum({<Date={"<=$(vTest)"}, Category = {'A'}>} Amount),0,RowNo()))

See attached

michael_maeuser
Partner Ambassador
Partner Ambassador
Author

thanks so far,  but it´s only working in straight table. i need that view with the month horizontal because i have many categories