S
still-new
Hello all,
I am new to the Project Server 2007 environment and would appreciate
your help on this -
When creating an Enterprise custom field on Project entity from PWA,
what fields can be used in the formula section? I thought I would be
able to use [Last Published], but I am getting an error that it is an
unrecognizable field. "Last Published" is available in the field list
while creating a custom view on the Project Center entity though.
What I want to do is to create an Enterprise field of type Flag which
is set to True if the project has been published more than 7 days ago.
I was thinking of something like the following -
IIf(Int(Date()-[Last Published])>7,True,False)
What am I missing?! If "Last Published" can't be used in the formula,
is there another approach?
I also tried creating a custom view since the "Last Published" field
is available there, but the filter would not let me specify [Today]-7
as the value. I suppose it takes only hard-coded values?
Thanks!
I am new to the Project Server 2007 environment and would appreciate
your help on this -
When creating an Enterprise custom field on Project entity from PWA,
what fields can be used in the formula section? I thought I would be
able to use [Last Published], but I am getting an error that it is an
unrecognizable field. "Last Published" is available in the field list
while creating a custom view on the Project Center entity though.
What I want to do is to create an Enterprise field of type Flag which
is set to True if the project has been published more than 7 days ago.
I was thinking of something like the following -
IIf(Int(Date()-[Last Published])>7,True,False)
What am I missing?! If "Last Published" can't be used in the formula,
is there another approach?
I also tried creating a custom view since the "Last Published" field
is available there, but the filter would not let me specify [Today]-7
as the value. I suppose it takes only hard-coded values?
Thanks!