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

acumulate

Hi,

I want to acumulate the folowing expression in a graph, the acumulation should be in the expression:

sum( {$<[nummer]={"*"}>} antal)

i have tried aggr but it doesent seen to work, any suggestions?

Kind regards

Anders

1 Solution

Accepted Solutions
MK_QSL
MVP
MVP

sum( {$<[nummer]={"*"}>} antal)


Accumulation

RangeSum(Above(sum( {$<[nummer]={"*"}>} antal),0,RowNo()))

View solution in original post

2 Replies
MK_QSL
MVP
MVP

sum( {$<[nummer]={"*"}>} antal)


Accumulation

RangeSum(Above(sum( {$<[nummer]={"*"}>} antal),0,RowNo()))

Not applicable
Author

Thanks Manish, it works fine.

Kind regards

Anders