Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Ns7703
Contributor II
Contributor II

date filter

I want to add filtering in such way that , If I am choosing  march 2024 month then I will get the summed up data till february 2024 

Labels (1)
1 Solution

Accepted Solutions
BrunPierre
Partner - Master
Partner - Master

Something like this

=Sum({<Date={"<=$(=Date(AddMonths(Max(Date), -1), 'YYYY-MM'))"}>} Sales)

View solution in original post

1 Reply
BrunPierre
Partner - Master
Partner - Master

Something like this

=Sum({<Date={"<=$(=Date(AddMonths(Max(Date), -1), 'YYYY-MM'))"}>} Sales)