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: 
Not applicable

Bookmark

How do I set a bookmark to select all dates from 3/3/14?

Obviously I am aware I can select the date range and apply the bookmark, but this would mean when the data is refreshed, the most recently added days would not be included.

1 Solution

Accepted Solutions
Not applicable
Author

you can not set a bookmark with dynamic data. bookmark goes with pre selected data only.

i got similar requirement, i created a list of text button actions to mimic this. instead of selecting bookmark user will click on a text button, which will dynamically selects required data based on your expression on select in field action.

View solution in original post

4 Replies
Not applicable
Author

you can not set a bookmark with dynamic data. bookmark goes with pre selected data only.

i got similar requirement, i created a list of text button actions to mimic this. instead of selecting bookmark user will click on a text button, which will dynamically selects required data based on your expression on select in field action.

Not applicable
Author


You could make the selection ">3/3/2014" in the Date field and save that as the Bookmark.

BookmarkCap.PNG

BookmarkCap2.PNG

PradeepReddy
Specialist II
Specialist II

We can achieved this using sequence of Button Actions

1) Add Action --> Selections --> Select in Field

   Field Name : Date

   Search String : >3/3/14

2) Add Action --> Book Mark--> Create Book Mark

    Book Mark Name : ='BMRK_' &now()

Regards

Pradeep

frank_bossuyt
Partner - Contributor
Partner - Contributor

Try this statement in your search box =Date>3/3/2014 if the date should be dynamic you can try =Date>today() and then make your bookmark this should do the trick