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: 
ivan_will
Partner - Creator II
Partner - Creator II

Cumulative sales from Date to Date in expression ?!

Hi all,

Could anyone tell me how to make cumulative sales in a chart / expression - from Date to Date !? Date to Date - 01.03.2011 - today()

?

Tnx.

1 Reply
Not applicable

Can you be more specific? Is is based on an end-user date selection? Is it based on a fixed date? If you use set analysis it will be something like:

sum({$<Date={">=$(=date(Date))"}>} Sales)

Do you have a sample app?