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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
sijojoseph22
Creator II
Creator II

Sum Total based on the left columns

Hi All,

I need to create a pivot table by adding the sum of months in a accumulative from the left side columns in a pivot table.

Attached the data we are having

Attached the data we are expecting.

Attached the qvw with raw data

Thanks,

Sijo

Labels (1)
1 Solution

Accepted Solutions
sunny_talwar
MVP
MVP

Try this expression:

=RangeSum(Before(Sum(GWP), 0, ColumnNo()))


Capture.PNG

View solution in original post

2 Replies
sunny_talwar
MVP
MVP

Try this expression:

=RangeSum(Before(Sum(GWP), 0, ColumnNo()))


Capture.PNG

sijojoseph22
Creator II
Creator II
Author

Thanks Sunny, it is working for me. I will try this in my real dashboard.