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

Announcements
Only at Qlik Connect! Guest keynote Jesse Cole shares his secrets for daring to be different. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
varunreddy
Creator III
Creator III

Rangesum with multiple dimensions

Hi All,

I  am new to the RangeSum. I am trying to do the rolling sum with "Failed" records with multiple dimensions. I see that rangesum functionality is not working. I am attaching the Source file and the QVW.

Thanks in advance!

Cheers,

VK

Message was edited by: Varun Reddy

14 Replies
Anil_Babu_Samineni

From that data, Is this you are expecting?

Capture.PNG

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
varunreddy
Creator III
Creator III
Author

I am expecting this:

 

DateDriverCountryCDEDimensionRangeSum
4/1/2017BCBSUSCDE1Completeness25000
4/1/2017BCBSUSCDE1Validity26000
4/1/2017BCBSUSCDE1Accuracy26500
4/1/2017BCBSUSCDE2Completeness25000
4/1/2017BCBSUSCDE2Validity26000
4/1/2017BCBSUSCDE2Accuracy26500
Anil_Babu_Samineni

This?

RangeSum(Above( Sum({<Date= {'$(=vDate)'}>}Failed),0,RowNo(TOTAL)))

Capture.PNG

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
varunreddy
Creator III
Creator III
Author

Thanks Anil. Can you also share the previous expression,

Cheers,

VK

Anil_Babu_Samineni

NP

RangeSum(Above(TOTAL Sum({<Date= {'$(=vDate)'}>}Failed),0,RowNo(TOTAL)))

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful