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: 
Not applicable

Running Total

Dear all,

I have a pivot table which have which have monthwise sale qty..now i want to apply running total in this table.

1 Solution

Accepted Solutions
MarcoWedel

Did you find another solution?

regards

Marco

View solution in original post

7 Replies
MarcoWedel

Hi,

one solution could be:

QlikCommunity_Thread_142295_Pic1.JPG.jpg

hope this helps

regards

Marco

Not applicable
Author

Dear Marco,

Thnx a lot for ur reply. My problem is solve..

Regards,

Masba

MarcoWedel

Did you find another solution?

regards

Marco

Not applicable
Author

try this

load

A,

B,

C as C_new,

NUMSUM(C, PEEK('C', -1)) AS C

table;

Not applicable
Author

Dear marco,

By using ur solution i have solve my problem..

MarcoWedel

You can express this by selecting correct answer, if you like.

Thanks

Regards

Marco

MarcoWedel

Glad I could help.

Please close this thread if there are no further questions.

thanks

regards

Marco