I have a date field. I want to filter on this date field for the most recent 10 years. I can find no help on how to use the Filter: Condition: By Forumla capability. No help in the help, that I can find. No examples. Ug
I can also find no help for how to use a formula in the Top tab of filter's either.
This should not be that hard. Any help is appreciated. There are two filters I might have to use
given a date field, where year(thedate) > Year(today)-10
Thanks,
Allan
4 answers
(Your Date)>=year(Today)-10 and (Your Date)<=year(Today)
You can drag it to Filter and Set TRUE
This should work.
Thanks
Deepak