
Contributor III
2024-02-26
03:35 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
select a Date field to current date, when app is first opened
Hello
I want to select a Date field to current date, when application is first opened. I know that I can add action for sheet properties to do that. But that is not usefull, since that approach re-sets date when user browse to another sheet and comes back to same sheet again (therefore destroys any date selection user has made during that applicaton session). Is there any application level action (trrigger) that I can set or is there any other solution for that?
Regards, Ozcan
667 Views
1 Solution
Accepted Solutions

Partner - Creator III
2024-02-26
03:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Create a Filter Box with your date dimension.
- Clear all other filters you don't want to have as defaults.
- Depending on whether you want the last date or today, enter either
=Date=Max(all Date)
or
=Date=Today()
into the search field and hit enter.
You should have filtered the dates to a single date. - Create a new bookmark. Untick "Save sheet location" if you don't want a sheet to open whenever the app is opened.
It is important that you didn't click any values in the filter box but used the expression to filter them. This way the expression is saved in the bookmark. - Right-click your bookmark and select "Set as default bookmark".
Whenever the app is opened that bookmark with your formula as the filter will be applied.
1 Reply

Partner - Creator III
2024-02-26
03:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Create a Filter Box with your date dimension.
- Clear all other filters you don't want to have as defaults.
- Depending on whether you want the last date or today, enter either
=Date=Max(all Date)
or
=Date=Today()
into the search field and hit enter.
You should have filtered the dates to a single date. - Create a new bookmark. Untick "Save sheet location" if you don't want a sheet to open whenever the app is opened.
It is important that you didn't click any values in the filter box but used the expression to filter them. This way the expression is saved in the bookmark. - Right-click your bookmark and select "Set as default bookmark".
Whenever the app is opened that bookmark with your formula as the filter will be applied.
