Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
raffaeleamadi
Partner - Contributor II
Partner - Contributor II

Rangesum different results QlikSense - QlikView

Hi guys,

I get different results using the same rangesum function in Qlikview versus QlikSense.
In Qlikview, even in the absence of data, the progressive value is reported in all rows, while in QlikSense this does not happen.
Obviously I am using the same data source (see attachments)
Do you have any ideas for achieving the same result in QlikSense as in QlikView?

my calculated item is

rangesum(above (sum(value),0,NoOfRows()))

Thanks

Raffaele

 

 

2 Replies
QFabian
Specialist III
Specialist III

Hi, try this :

if(rowno()=0,sum(value),
rangesum(above (sum(value),0,NoOfRows())))

QFabian
raffaeleamadi
Partner - Contributor II
Partner - Contributor II
Author

Hi Fabian, not Working...