I am trying to take some list data that has a due date attached to it
and display a view that shows all the items in the list that are due
within the work week of that particular due date.
I keep getting an error that tells me that I cannot filter on formulas
that use a volatile expression such as [today].
Can anyone point me in the right direction?