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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

unable to display cumulative totals using rangesum

Hi All,

Please help what is wrong in the below rangesum expression. I am unable to display cumulative totals .

rangesum(above((Count({<[MASTER_CALENDER.Year]={'$(=$(VSelectYr))'},
[MASTER_CALENDER.Date]={"<$(=$(VSelectDate))"},[CASE.COUNT]={'1'}
CASE.CASE_ID)),0,rowno()))

1 Reply
sunny_talwar

Do you see anything with your expression? May be try this

RangeSum(Above(Count({<[MASTER_CALENDER.Year] = {'$(=$(VSelectYr))'}, [MASTER_CALENDER.Date] = {"<$(=$(VSelectDate))"}, [CASE.COUNT] = {'1'}>} CASE.CASE_ID), 0, RowNo()))