Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
sum( {$<[nummer]={"*"}>} antal)
Accumulation
RangeSum(Above(sum( {$<[nummer]={"*"}>} antal),0,RowNo()))
sum( {$<[nummer]={"*"}>} antal)
Accumulation
RangeSum(Above(sum( {$<[nummer]={"*"}>} antal),0,RowNo()))
Thanks Manish, it works fine.
Kind regards
Anders