Using date('now') in a filter or in conditional formatting? #4107
-
|
Hello folks, I'm really enjoying the software! I wonder if there's a way to use expressions like date() in filters or conditional formatting to do something like "everything before today" or "within the next week". I have tried a few variations but they don't seem to do it. Thanks in advance for any insight or suggestions! |
Beta Was this translation helpful? Give feedback.
Answered by
chrisjlocke
Mar 10, 2026
Replies: 1 comment 3 replies
-
|
how have you got your dates? yyyy-MM-dd format? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Well done ... slap on the back for you!!
That does mean the usual text sorting will work, so > '2026-01-01' for this year, or < '2026-03-01' for before March, etc.
So not a generic 'before today' but you can do < '2026-03-10'