Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
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)))