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: 
hansdevr
Creator III
Creator III

Show Average in Horizontal Pivot Table

Good morning specialists!

I need to do a horizontal (left to right) accumulation in a triangular pivot table.

Showing you starting table and desired result. Anyone suggestions how to go about this problem?

Start resultStart resultDesired tableDesired table

Labels (1)
1 Solution

Accepted Solutions
marcus_sommer

Try it with something like this:

rangesum(before(sum(YourValue), 0, columnno()))

- Marcus

View solution in original post

2 Replies
marcus_sommer

Try it with something like this:

rangesum(before(sum(YourValue), 0, columnno()))

- Marcus

hansdevr
Creator III
Creator III
Author

Brilliant, Marcus!! Thank you very much!!