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

Announcements
AWS Degraded - You may experience Community slowness, timeouts, or trouble accessing: LATEST HERE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Sum total column of table pivot

Hi

I´m new in QLIKVIEW  and i´m doing a report, but, i have a problem i need going adding total of each row in the prior column and put it in the next column.

Table Pivot

DayDATEIdentification NumberColumn PriorsumtotalColumnprior
1FEB/20155755566610%10%
2FEB/2015444444415%25%
3FEB/2015888884525%50%
4FEB/201565446588750%100%
2 Replies
maxgro
MVP
MVP

maybe with the rangesum and above function

rangesum(above(expressionofcolumnprior, 0, RowNo()))

Anonymous
Not applicable
Author

Hi ,

here You can write expression like this,

=Sum(aggr (rangesum(above( total sum({<Day = ,DATE =,[Identification Number]= >}[Column Prior]),0,RowNo(TOTAL))),Day,DATE,[Identification Number]))

Check the attached application

Thanks ,

Bunny