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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

cumulative data

Hi,

If you make selection on any date , it should show cumulative sales from monthstart till the selected date.

How to implement in QV

Labels (1)
1 Reply
maxgro
MVP
MVP

maybe with set analysis

sum({<Year={"$(=Max(Year)"},Date={">=$(=MonthStart(max(Date))) <=$(=max(Date))"}>}Sales )