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: 
Not applicable

Date range from min Date until current selection

Hello,

this is my set Analysis...

=sum({$< Datum = {">=(min(Datum)) <={$})">}Gewinn - Verlust)

But it doesn#t work. This Analysis should give my the result from Gewinn - Verlust by a range from min(Date) to the current date selection...

Thank you!!!

1 Reply
maxgro
MVP
MVP

=sum({<Datum={">=$(=(min({1}Datum)))<=$(=(max(Datum)))"}>} [your field])