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

Announcements
Save $650 on Qlik Connect, Dec 1 - 7, our lowest price of the year. Register with code CYBERWEEK: Register
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to Manually Accumulate a column ?

Dear All

          In straight table it has a function full acumlation, which accumulated value not able to divide by another column because it takes the actual value of that accumulated field so i want to accumulate the field manually any one can help me ?

1 Solution

Accepted Solutions
swuehl
MVP
MVP

Try using

=rangesum( Above( YOUREXPRESSION, 0, rowno() ))

View solution in original post

2 Replies
swuehl
MVP
MVP

Try using

=rangesum( Above( YOUREXPRESSION, 0, rowno() ))

Not applicable
Author

Hi Vignesh,

Try this in the script->

          numsum(count,peek('sum_count')) AS sum_count

Regards

Apurva