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: 
07mishin
Contributor II
Contributor II

How to make a bookmark dynamically by dates?

Good afternoon.
Tell me please.

How to make a bookmark dynamically by dates?

I tried the expression:
{<[Date]={">=$(=('01.01.2021'))"}>*<[Date]={"<=$(=('31.03.2021'))"}>}
But unsuccessfully.
1 Solution

Accepted Solutions
stevejoyce
Specialist II
Specialist II

search in your date filter pane object:

=[Date] >='01.01.2021' and [Date] <='31.03.2021'

View solution in original post

1 Reply
stevejoyce
Specialist II
Specialist II

search in your date filter pane object:

=[Date] >='01.01.2021' and [Date] <='31.03.2021'