Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
christoph_suessmann
Contributor
Contributor

Dynamic Bookmark filter with Max & Min Date

Hi all,

I have the need to dynamically select a date filter when a dashboard was opened to show always the last 14 days. When loading the data I create the variables vMinDate = Today()-14 and vMaxDate = Today().

When I want to use these variables in the filter I always get all dates, I use this expression in the filterpane:

DATE={"=DATE>='$(vMinDate)'"},{"=DATE='$(vMaxDate)'"}

which gives me all the dates.

Using:

DATE={"=DATE>='$(vMinDate)'"} works perfectly fine.

Is there a way to perform my needs in Qlik Sense?

Best regards

Christoph

Labels (2)
0 Replies