Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Default selection

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

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

This should give a dynamic bookmark for this month

=[YourDateField]>=monthstart(today())

View solution in original post

5 Replies
Anonymous
Not applicable
Author

Make a bookmark.   Call it default selections so that you can go back to it.

Anonymous
Not applicable
Author

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.

Not applicable
Author

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?

PradeepReddy
Specialist II
Specialist II

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.

Anonymous
Not applicable
Author

This should give a dynamic bookmark for this month

=[YourDateField]>=monthstart(today())