Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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.
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.
You could make the selection ">3/3/2014" in the Date field and save that as the Bookmark.
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
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