Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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])