Skip to main content

QlikView App Dev

Discussion Board for collaboration related to QlikView App Development.

Announcements
Skip the ticket, Chat with Qlik Support instead for instant assistance.
cancel
Showing results for 
Search instead for 
Did you mean: 
ali_hijazi
Partner - Master
Partner - Master

range sum question

Dears

got a pivot table and 4 expressions grouped by period and release

what I want for the fourth expression is cummulative summation by release

i.e.

check the image; for release v3.1.27 on period 2 I want the value of 89 (21+68)

I wrote the following expression

$(vBackportedBugPostRelease) + $(vBackportedRegressionPostRelease)

+ rangesum(above (total $(vBackportedBugPostRelease) + $(vBackportedRegressionPostRelease),1  , RowNo(TOTAL)))

but I'm getting the value of 101 (summing the remaining records that have 5,5,1, and 1 as values

Please advise

I can walk on water when it freezes
0 Replies