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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
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 )