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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
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

Labels (1)
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