Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Everyone,
I created default selections when open dashboard. User wants after do selection once it clear all need to show again default selections.
How to achieve this?
Thanks in Advance
This should give a dynamic bookmark for this month
=[YourDateField]>=monthstart(today())
Make a bookmark. Call it default selections so that you can go back to it.
Create a Text object with triggers to Clear All Selections and set the selections need for you default.
Or maybe create a bookmark with your default selections.
Hi Bill,
Is it possible to make default selections bookmark with latest month? How to set variable month.
For example:
Now Dec month i set default bookmark.
For next month default bookmark will show Dec or Jan?
We can achieve this using Document properties and 'Set Clear State' option.
Step-1: Create the default selections and open the document.
Step-2: After opening the document, in File Menu, Selections->Clear State
Now close and reopen the doc.
This should give a dynamic bookmark for this month
=[YourDateField]>=monthstart(today())