Hi,

I'm trying to create a filter that shows me tasks that are schedule to
*start* in the next 4 weeks. I've tried to create the following
filter:

Field Name: Start
Test: Is less than or equal to
Value(s): today+28
AND
Field Name: Start
Test: Is greater than or equal to
Value(s): today

Project doesn't seem to like "today+28" -- so I'm obviously not doing
this right. Any thoughts on how to make this work?

Thanks in advance for your help!
Tommy

Re: Filter: today plus # of days by John

John
Fri Feb 18 11:18:44 CST 2005

In article <pan.2005.02.18.14.21.10.612689@yahoo.com>,
Perfect Reign <theperfectreign@yahoo.com> wrote:

> On Thu, 17 Feb 2005 13:51:06 -0800, tmann donned fireproof underwear and
> scratched on the wall:
>
> > Hi,
> >
> > I'm trying to create a filter that shows me tasks that are schedule to
> > *start* in the next 4 weeks. I've tried to create the following
> > filter:
> >
>
> Just curious - have you had any luck with this yet?
>
> This would be a useful feature for me. I've been printing tasks out in
> this format using the print dialog box, but it would be nice to have such
> a filter.
>
> TIA

Perfect Reign,
Are you asking a question here? There is so much other "stuff" in the
post, we can't tell what you need.

John
Project MVP

Re: Filter: today plus # of days by tmann

tmann
Fri Feb 18 14:01:02 CST 2005

Yes, I finally figured out how to do this.
1) create 2 customized date fields (Tools -> Customize -> Fields)
2) Formula for Date1 should be Now()
3) Formula for Date2 should be Now()+28
4) Create a filter where Start is <= [Date2] AND Finish is >= [Date1]

Thats it.
Tommy