J
jims1000
I am currently trying to create a new view via pwa/ admin/ manage views ...
In the filter area I want to only show tasks that have a start date that is
less than today plus 10 days ... So as an example if today is 9/15/2005 any
tasks that have a start date of 9/25/2005 or earlier should show up on the
view. I can hard code the date into the filter but this is clunky for the
users,is there a way to do a (Now() +10) in the filter IE some type of
formula ...Any help would be appreciated ... Thanks
In the filter area I want to only show tasks that have a start date that is
less than today plus 10 days ... So as an example if today is 9/15/2005 any
tasks that have a start date of 9/25/2005 or earlier should show up on the
view. I can hard code the date into the filter but this is clunky for the
users,is there a way to do a (Now() +10) in the filter IE some type of
formula ...Any help would be appreciated ... Thanks