Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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 (2)
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!!