Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I want that a unique value of date is selected and set the max date as default when the app is opened. But the interaction between this two issues does not seem to work well. Anyone knows how could I do it?
Thank you in advance
use action from sheet property
Regards,
Prashant Sangle
Hi,
Try this
Add a filter with your date field. copy and paste this into filter pane search
{<Datefield={"=Datefield>=Today()"}>}
Hit enter and apply bookmark on the selection and make it as a default bookmark.
Note: change Datefield with your date field name
Regards
Mohammed Ali
Unless something has changed recently, there's no way to get the combination of Always One Selected Value and a default selection via bookmark working together in full. Inside an app, using a sheet-level condition to make the selection coupled with a bookmark that defaults to that sheet may work (you may also need to use a variable to ensure this only happens when the app is opened, rather than every time the sheet is opened). In Nprinting, for example, there's no workaround (and Always One Selected isn't even supported).