Two Weeks Lookahead

Member for

22 years 9 months

Sizwe,

you could use the following:

a. create 2 custom fields to store the status date and the status date + 2 weeks: Date1 = Date(); Date2 = ProjDateAdd(Now();4800;"Standard") (where 4800 is the number of minutes during 2 weeks according to the usual calendar, and "Standard" the name of the usual project calendar

change these 2 parameters if needed

b. create a task filter that reads: Start >= Date1 AND Start <= Date2

Hope this helps,

Alexandre