Filters in PWA

S

Shane

When creating a view and setting the filter, is it possible to use variables?
For example, I want to filter all tasks that will be due over the next two
weeks. The formula would be Finish >= Today And Finish <= Today + 14. How do
I convert this formula into the filter fields?
Thx
 
G

Gary L. Chefetz \(MVP\)

Shane:

"Today" isn't so much a variable as it is a function in some programming
languages that returns a variable. No, you can't use this construct in your
filter.

--

Gary L. Chefetz, MVP
"We wrote the books on Project Server"
http://www.msprojectexperts.com

-
 
Top