Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Cumulative sum in pivottable on month - including values before/outside

Hi,

Sorry if this already have an answer on the community - I was not able to find it...

I have A pivottable like this

Project
2013-Mar2013-Apr
2013-May
2013-Jun
2013-Jul
P11020304050
P22232334455

And inside I would like to show the cumulative amount used on the project up till the month.

I'm not able to use rangesum and above because I want to include all values before 2013-Mar in the sum.

What to do?

4 Replies
Anonymous
Not applicable
Author

This may provide an idea or solution...

http://community.qlik.com/message/329467#329467

Gysbert_Wassenaar

You'll have to solve this in the script with an AsOf table. See attached example.


talk is cheap, supply exceeds demand
Not applicable
Author

Thanks,

Is it possible to do without changing the dataread?

Not applicable
Author

I think about something like

sum({<Date<={"date from top of column"}>} Amount)

Would that be possible?

And how do I get the content/date from the top of the column?