Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Team
I need to add a date filter to my sheet. I'd like it to default to "TODAY" with the option to change.
My user only wants to see today's data when the app opens. With an option to remove or change.
Thanks for the help
B
Hello,
You can create a new filed like this in the script :
Today() as Today1
And after that create a default bookmarks in selecting it
Thanks