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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Rangesum and above issue

Hi All,

I have below data set

 

IDAmountType
110A
220A
30B
42B
511B

 

I am creating straight table

Dimension  - ID

Expression  = rangesum(above( sum(Amount),0,RowNo()))

Above expression works well for single dimension, but as soon as I am adding another dimension i.e Type, values are changing.

I want the same values when I add any other dimension

1 Solution

Accepted Solutions
Kushal_Chawda

try this

=rangesum(above(total sum(Amount),0,RowNo(TOTAL)))

View solution in original post

1 Reply
Kushal_Chawda

try this

=rangesum(above(total sum(Amount),0,RowNo(TOTAL)))