Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
patchrick843
Contributor
Contributor

Dynamic bookmark with between filter or greater than AND less than

I need to create a dynamic bookmark filter on my app. Currently what I have is 

=MonthYear<MonthName(addmonths(today(),-1))

What I need is something like this 

=MonthYear<MonthName(addmonths(today(),-1)) & =MonthYear>MonthName(addmonths(today(),-12))

 I know this is not the correct syntax but how can I achieve this? 

1 Reply
marcus_sommer

The following worked for me directly with a hard-coded values but should be also possible with your expression:

=(Related>=100)*(Related<=110)

- Marcus