Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Qlikview Expression

Hi,

wanted to ask how i can achieve the following task:

If I have a dimension date and I make a selection on any date, I expect that it should show me the cumulative sales from monthstart till the selected date. How I can achieve it?

My suggestion would be to use Set Analysis, or i am wrong?

Thanks,

Patric

1 Reply
swuehl
MVP
MVP

For example use this in a text box:

=Sum({<date = {">=$(=Date(MonthStart(Max(date))))<=$(=Date(Max(date)))"}>} sales)

Assuming date and sales are your field names, date dimension is a correctly interpreted date in standard date format.