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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
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