State Date

C

Carla Alvarado

Please...
I need to create a formula in an Enterprise Custom Field , and I don't know
how I should indicate if the State Date is empty..
Is this sentence correct: ????

Iff ([State Date]=NULL,'THERE IS NOT a State Date','THERE IS a State Date')

Please Help!!!
 
D

Dale Howard [MVP]

Carla --

I assume that when you say "State Date" you actually mean Status Date.
Here's how to write the formula in question:

IIf([Status Date]=ProjDateValue("NA"),"There is no Status Date", "There is a
Status Date")

Hope this helps.
 
C

Carla Alvarado

Yes!!!!!
Thanks..... It's Status Date.

Regards,
Carla

Dale Howard said:
Carla --

I assume that when you say "State Date" you actually mean Status Date.
Here's how to write the formula in question:

IIf([Status Date]=ProjDateValue("NA"),"There is no Status Date", "There is a
Status Date")

Hope this helps.




Carla Alvarado said:
Please...
I need to create a formula in an Enterprise Custom Field , and I don't
know
how I should indicate if the State Date is empty..
Is this sentence correct: ????

Iff ([State Date]=NULL,'THERE IS NOT a State Date','THERE IS a State
Date')

Please Help!!!
 
D

Dale Howard [MVP]

Carl --

You are more than welcome, my friend! :)




Carla Alvarado said:
Yes!!!!!
Thanks..... It's Status Date.

Regards,
Carla

Dale Howard said:
Carla --

I assume that when you say "State Date" you actually mean Status Date.
Here's how to write the formula in question:

IIf([Status Date]=ProjDateValue("NA"),"There is no Status Date", "There
is a
Status Date")

Hope this helps.




message
Please...
I need to create a formula in an Enterprise Custom Field , and I don't
know
how I should indicate if the State Date is empty..
Is this sentence correct: ????

Iff ([State Date]=NULL,'THERE IS NOT a State Date','THERE IS a State
Date')

Please Help!!!
 
J

Jackson T. Cole

Is there a way to get the Project Status Date published? I can't find
anything in the list of fields on PWA that resembles Project Status Date, and
I would really like to show manaement how updates are being neglected!

JC

Dale Howard said:
Carl --

You are more than welcome, my friend! :)




Carla Alvarado said:
Yes!!!!!
Thanks..... It's Status Date.

Regards,
Carla

Dale Howard said:
Carla --

I assume that when you say "State Date" you actually mean Status Date.
Here's how to write the formula in question:

IIf([Status Date]=ProjDateValue("NA"),"There is no Status Date", "There
is a
Status Date")

Hope this helps.




message
Please...
I need to create a formula in an Enterprise Custom Field , and I don't
know
how I should indicate if the State Date is empty..
Is this sentence correct: ????

Iff ([State Date]=NULL,'THERE IS NOT a State Date','THERE IS a State
Date')

Please Help!!!
 
D

Dale Howard [MVP]

JC --

There's no way to add the Status Date field to Project Center views. A far
more clever approach, however, might be to create a new Project Center view
called "Update Status" or something like that and then include the following
fields:

Project Name
Last Modified
Last Published
Last Saved By

From those three fields, you should easily be able to show your management
staff how many PM's are not using the tool as often as required. Just a
thought. Hope this helps.




Jackson T. Cole said:
Is there a way to get the Project Status Date published? I can't find
anything in the list of fields on PWA that resembles Project Status Date,
and
I would really like to show manaement how updates are being neglected!

JC

Dale Howard said:
Carl --

You are more than welcome, my friend! :)




message
Yes!!!!!
Thanks..... It's Status Date.

Regards,
Carla

:

Carla --

I assume that when you say "State Date" you actually mean Status Date.
Here's how to write the formula in question:

IIf([Status Date]=ProjDateValue("NA"),"There is no Status Date",
"There
is a
Status Date")

Hope this helps.




message
Please...
I need to create a formula in an Enterprise Custom Field , and I
don't
know
how I should indicate if the State Date is empty..
Is this sentence correct: ????

Iff ([State Date]=NULL,'THERE IS NOT a State Date','THERE IS a State
Date')

Please Help!!!
 
J

Jackson T. Cole

Not even using a custom date field and a formula similar to the one
below, but not using literal strings?

PMs can make all those other values look good by opening and saving the
project once a day! Status Date is only set when you use the tracking tool,
right?

Ever hopeful .... :>)

Dale Howard said:
JC --

There's no way to add the Status Date field to Project Center views. A far
more clever approach, however, might be to create a new Project Center view
called "Update Status" or something like that and then include the following
fields:

Project Name
Last Modified
Last Published
Last Saved By

From those three fields, you should easily be able to show your management
staff how many PM's are not using the tool as often as required. Just a
thought. Hope this helps.




Jackson T. Cole said:
Is there a way to get the Project Status Date published? I can't find
anything in the list of fields on PWA that resembles Project Status Date,
and
I would really like to show manaement how updates are being neglected!

JC

Dale Howard said:
Carl --

You are more than welcome, my friend! :)




message
Yes!!!!!
Thanks..... It's Status Date.

Regards,
Carla

:

Carla --

I assume that when you say "State Date" you actually mean Status Date.
Here's how to write the formula in question:

IIf([Status Date]=ProjDateValue("NA"),"There is no Status Date",
"There
is a
Status Date")

Hope this helps.




message
Please...
I need to create a formula in an Enterprise Custom Field , and I
don't
know
how I should indicate if the State Date is empty..
Is this sentence correct: ????

Iff ([State Date]=NULL,'THERE IS NOT a State Date','THERE IS a State
Date')

Please Help!!!
 
D

Dale Howard [MVP]

Jackson T. Cole --

A workaround would be to create a custom enterprise Project date field that
includes the Status Date formula you mention. You would need to account for
potential "NA" values, however, in the formula. Since I never set the
Status Date field in any of my projects, but regularly update, save, and
publish them, I would look like a "loafer" in your organization. Hope this
helps.




Jackson T. Cole said:
Not even using a custom date field and a formula similar to the one
below, but not using literal strings?

PMs can make all those other values look good by opening and saving the
project once a day! Status Date is only set when you use the tracking
tool,
right?

Ever hopeful .... :>)

Dale Howard said:
JC --

There's no way to add the Status Date field to Project Center views. A
far
more clever approach, however, might be to create a new Project Center
view
called "Update Status" or something like that and then include the
following
fields:

Project Name
Last Modified
Last Published
Last Saved By

From those three fields, you should easily be able to show your
management
staff how many PM's are not using the tool as often as required. Just a
thought. Hope this helps.




message
Is there a way to get the Project Status Date published? I can't find
anything in the list of fields on PWA that resembles Project Status
Date,
and
I would really like to show manaement how updates are being neglected!

JC

:

Carl --

You are more than welcome, my friend! :)




message
Yes!!!!!
Thanks..... It's Status Date.

Regards,
Carla

:

Carla --

I assume that when you say "State Date" you actually mean Status
Date.
Here's how to write the formula in question:

IIf([Status Date]=ProjDateValue("NA"),"There is no Status Date",
"There
is a
Status Date")

Hope this helps.




message
Please...
I need to create a formula in an Enterprise Custom Field , and I
don't
know
how I should indicate if the State Date is empty..
Is this sentence correct: ????

Iff ([State Date]=NULL,'THERE IS NOT a State Date','THERE IS a
State
Date')

Please Help!!!
 
J

Jackson T. Cole

FYI, I tried that formula you gave below in BOTH an Enterprise Date and an
Enterpise Text field, and all I can get displayed in Project Information is
"#ERROR", when I should get the second literal string. And yes, I do exit and
restart MS Project everytime I change the Enterprise Global!

A more generic question: How do you use the formulas to display dates
from the various Project Date fields? Surely there is a way? Is there a
document somewhere that explains these formulas and how to use them?

Finally, Status Date as displayed in "Project Information" is changed if
you "Update Entire Project" in the Tracking Tool. It is NOT changed when
individual blocks of tasks are updated. It can be forced to be ANY date in
the Project Information form, so my intent for using it as an QA enforcement
tool is probably moot!

I still want to learn more about these formulas, though.

Dale Howard said:
Jackson T. Cole --

A workaround would be to create a custom enterprise Project date field that
includes the Status Date formula you mention. You would need to account for
potential "NA" values, however, in the formula. Since I never set the
Status Date field in any of my projects, but regularly update, save, and
publish them, I would look like a "loafer" in your organization. Hope this
helps.




Jackson T. Cole said:
Not even using a custom date field and a formula similar to the one
below, but not using literal strings?

PMs can make all those other values look good by opening and saving the
project once a day! Status Date is only set when you use the tracking
tool,
right?

Ever hopeful .... :>)

Dale Howard said:
JC --

There's no way to add the Status Date field to Project Center views. A
far
more clever approach, however, might be to create a new Project Center
view
called "Update Status" or something like that and then include the
following
fields:

Project Name
Last Modified
Last Published
Last Saved By

From those three fields, you should easily be able to show your
management
staff how many PM's are not using the tool as often as required. Just a
thought. Hope this helps.




message
Is there a way to get the Project Status Date published? I can't find
anything in the list of fields on PWA that resembles Project Status
Date,
and
I would really like to show manaement how updates are being neglected!

JC

:

Carl --

You are more than welcome, my friend! :)




message
Yes!!!!!
Thanks..... It's Status Date.

Regards,
Carla

:

Carla --

I assume that when you say "State Date" you actually mean Status
Date.
Here's how to write the formula in question:

IIf([Status Date]=ProjDateValue("NA"),"There is no Status Date",
"There
is a
Status Date")

Hope this helps.




message
Please...
I need to create a formula in an Enterprise Custom Field , and I
don't
know
how I should indicate if the State Date is empty..
Is this sentence correct: ????

Iff ([State Date]=NULL,'THERE IS NOT a State Date','THERE IS a
State
Date')

Please Help!!!
 
D

Dale Howard [MVP]

Jackson T. Cole --

After you create an enterprise field containing a formula, you need to open
each project and press the F9 function key to recalculate the project.
Since the formula simply reads the Status Date field, you will need to use
an IIF statement in your formula such as IIF([Status Date] =
ProjDateValue("NA"), truevalue, falsevalue) to trap for the "NA" value if
someone has not set a Status Date value. Hope this helps.




Jackson T. Cole said:
FYI, I tried that formula you gave below in BOTH an Enterprise Date and
an
Enterpise Text field, and all I can get displayed in Project Information
is
"#ERROR", when I should get the second literal string. And yes, I do exit
and
restart MS Project everytime I change the Enterprise Global!

A more generic question: How do you use the formulas to display dates
from the various Project Date fields? Surely there is a way? Is there a
document somewhere that explains these formulas and how to use them?

Finally, Status Date as displayed in "Project Information" is changed
if
you "Update Entire Project" in the Tracking Tool. It is NOT changed when
individual blocks of tasks are updated. It can be forced to be ANY date in
the Project Information form, so my intent for using it as an QA
enforcement
tool is probably moot!

I still want to learn more about these formulas, though.

Dale Howard said:
Jackson T. Cole --

A workaround would be to create a custom enterprise Project date field
that
includes the Status Date formula you mention. You would need to account
for
potential "NA" values, however, in the formula. Since I never set the
Status Date field in any of my projects, but regularly update, save, and
publish them, I would look like a "loafer" in your organization. Hope
this
helps.




message
Not even using a custom date field and a formula similar to the one
below, but not using literal strings?

PMs can make all those other values look good by opening and saving
the
project once a day! Status Date is only set when you use the tracking
tool,
right?

Ever hopeful .... :>)

:

JC --

There's no way to add the Status Date field to Project Center views.
A
far
more clever approach, however, might be to create a new Project Center
view
called "Update Status" or something like that and then include the
following
fields:

Project Name
Last Modified
Last Published
Last Saved By

From those three fields, you should easily be able to show your
management
staff how many PM's are not using the tool as often as required. Just
a
thought. Hope this helps.




message
Is there a way to get the Project Status Date published? I can't
find
anything in the list of fields on PWA that resembles Project Status
Date,
and
I would really like to show manaement how updates are being
neglected!

JC

:

Carl --

You are more than welcome, my friend! :)




message
Yes!!!!!
Thanks..... It's Status Date.

Regards,
Carla

:

Carla --

I assume that when you say "State Date" you actually mean Status
Date.
Here's how to write the formula in question:

IIf([Status Date]=ProjDateValue("NA"),"There is no Status Date",
"There
is a
Status Date")

Hope this helps.




in
message
Please...
I need to create a formula in an Enterprise Custom Field , and
I
don't
know
how I should indicate if the State Date is empty..
Is this sentence correct: ????

Iff ([State Date]=NULL,'THERE IS NOT a State Date','THERE IS a
State
Date')

Please Help!!!
 
J

Jackson T. Cole

The sandbox I use has "Calculation Mode" set to "Automatic", so I didn't
think I had to do anything! I will remember "F9", now!

That did put the fields I had played with to what I expected, although
not to what I want. I will re-try some past efforts.

Thanks for all the patience! Have we set the record for the longest
series of posts? :>)

Dale Howard said:
Jackson T. Cole --

After you create an enterprise field containing a formula, you need to open
each project and press the F9 function key to recalculate the project.
Since the formula simply reads the Status Date field, you will need to use
an IIF statement in your formula such as IIF([Status Date] =
ProjDateValue("NA"), truevalue, falsevalue) to trap for the "NA" value if
someone has not set a Status Date value. Hope this helps.




Jackson T. Cole said:
FYI, I tried that formula you gave below in BOTH an Enterprise Date and
an
Enterpise Text field, and all I can get displayed in Project Information
is
"#ERROR", when I should get the second literal string. And yes, I do exit
and
restart MS Project everytime I change the Enterprise Global!

A more generic question: How do you use the formulas to display dates
from the various Project Date fields? Surely there is a way? Is there a
document somewhere that explains these formulas and how to use them?

Finally, Status Date as displayed in "Project Information" is changed
if
you "Update Entire Project" in the Tracking Tool. It is NOT changed when
individual blocks of tasks are updated. It can be forced to be ANY date in
the Project Information form, so my intent for using it as an QA
enforcement
tool is probably moot!

I still want to learn more about these formulas, though.

Dale Howard said:
Jackson T. Cole --

A workaround would be to create a custom enterprise Project date field
that
includes the Status Date formula you mention. You would need to account
for
potential "NA" values, however, in the formula. Since I never set the
Status Date field in any of my projects, but regularly update, save, and
publish them, I would look like a "loafer" in your organization. Hope
this
helps.




message
Not even using a custom date field and a formula similar to the one
below, but not using literal strings?

PMs can make all those other values look good by opening and saving
the
project once a day! Status Date is only set when you use the tracking
tool,
right?

Ever hopeful .... :>)

:

JC --

There's no way to add the Status Date field to Project Center views.
A
far
more clever approach, however, might be to create a new Project Center
view
called "Update Status" or something like that and then include the
following
fields:

Project Name
Last Modified
Last Published
Last Saved By

From those three fields, you should easily be able to show your
management
staff how many PM's are not using the tool as often as required. Just
a
thought. Hope this helps.




message
Is there a way to get the Project Status Date published? I can't
find
anything in the list of fields on PWA that resembles Project Status
Date,
and
I would really like to show manaement how updates are being
neglected!

JC

:

Carl --

You are more than welcome, my friend! :)




message
Yes!!!!!
Thanks..... It's Status Date.

Regards,
Carla

:

Carla --

I assume that when you say "State Date" you actually mean Status
Date.
Here's how to write the formula in question:

IIf([Status Date]=ProjDateValue("NA"),"There is no Status Date",
"There
is a
Status Date")

Hope this helps.




in
message
Please...
I need to create a formula in an Enterprise Custom Field , and
I
don't
know
how I should indicate if the State Date is empty..
Is this sentence correct: ????

Iff ([State Date]=NULL,'THERE IS NOT a State Date','THERE IS a
State
Date')

Please Help!!!
 
D

Dale Howard [MVP]

Jackson --

I hate to tell you this, but we're not even close to the record for the
longest string of posts! :)




Jackson T. Cole said:
The sandbox I use has "Calculation Mode" set to "Automatic", so I
didn't
think I had to do anything! I will remember "F9", now!

That did put the fields I had played with to what I expected, although
not to what I want. I will re-try some past efforts.

Thanks for all the patience! Have we set the record for the longest
series of posts? :>)

Dale Howard said:
Jackson T. Cole --

After you create an enterprise field containing a formula, you need to
open
each project and press the F9 function key to recalculate the project.
Since the formula simply reads the Status Date field, you will need to
use
an IIF statement in your formula such as IIF([Status Date] =
ProjDateValue("NA"), truevalue, falsevalue) to trap for the "NA" value if
someone has not set a Status Date value. Hope this helps.




message
FYI, I tried that formula you gave below in BOTH an Enterprise Date
and
an
Enterpise Text field, and all I can get displayed in Project
Information
is
"#ERROR", when I should get the second literal string. And yes, I do
exit
and
restart MS Project everytime I change the Enterprise Global!

A more generic question: How do you use the formulas to display dates
from the various Project Date fields? Surely there is a way? Is there a
document somewhere that explains these formulas and how to use them?

Finally, Status Date as displayed in "Project Information" is
changed
if
you "Update Entire Project" in the Tracking Tool. It is NOT changed
when
individual blocks of tasks are updated. It can be forced to be ANY date
in
the Project Information form, so my intent for using it as an QA
enforcement
tool is probably moot!

I still want to learn more about these formulas, though.

:

Jackson T. Cole --

A workaround would be to create a custom enterprise Project date field
that
includes the Status Date formula you mention. You would need to
account
for
potential "NA" values, however, in the formula. Since I never set the
Status Date field in any of my projects, but regularly update, save,
and
publish them, I would look like a "loafer" in your organization. Hope
this
helps.




message
Not even using a custom date field and a formula similar to the
one
below, but not using literal strings?

PMs can make all those other values look good by opening and
saving
the
project once a day! Status Date is only set when you use the
tracking
tool,
right?

Ever hopeful .... :>)

:

JC --

There's no way to add the Status Date field to Project Center
views.
A
far
more clever approach, however, might be to create a new Project
Center
view
called "Update Status" or something like that and then include the
following
fields:

Project Name
Last Modified
Last Published
Last Saved By

From those three fields, you should easily be able to show your
management
staff how many PM's are not using the tool as often as required.
Just
a
thought. Hope this helps.




message
Is there a way to get the Project Status Date published? I
can't
find
anything in the list of fields on PWA that resembles Project
Status
Date,
and
I would really like to show manaement how updates are being
neglected!

JC

:

Carl --

You are more than welcome, my friend! :)




in
message
Yes!!!!!
Thanks..... It's Status Date.

Regards,
Carla

:

Carla --

I assume that when you say "State Date" you actually mean
Status
Date.
Here's how to write the formula in question:

IIf([Status Date]=ProjDateValue("NA"),"There is no Status
Date",
"There
is a
Status Date")

Hope this helps.




"Carla Alvarado" <[email protected]>
wrote
in
message
Please...
I need to create a formula in an Enterprise Custom Field ,
and
I
don't
know
how I should indicate if the State Date is empty..
Is this sentence correct: ????

Iff ([State Date]=NULL,'THERE IS NOT a State Date','THERE
IS a
State
Date')

Please Help!!!
 
J

Jackson T. Cole

Rats, maybe next topic! :>)

BTW, I did create the Enterprise date field I wanted, and got it
displayed in PWA. The lack of an automatic calculation bothers me, though,
because I don't like to open the PM's project for anything other than filter
views for QA purposes. Getting them to press "F9" everytime they open or
close a project will be major culture change, meaning I will have to do a lot
of those!

I do feel a lot more comfortable in the formula world, now.

Later ...

JC

Dale Howard said:
Jackson --

I hate to tell you this, but we're not even close to the record for the
longest string of posts! :)




Jackson T. Cole said:
The sandbox I use has "Calculation Mode" set to "Automatic", so I
didn't
think I had to do anything! I will remember "F9", now!

That did put the fields I had played with to what I expected, although
not to what I want. I will re-try some past efforts.

Thanks for all the patience! Have we set the record for the longest
series of posts? :>)

Dale Howard said:
Jackson T. Cole --

After you create an enterprise field containing a formula, you need to
open
each project and press the F9 function key to recalculate the project.
Since the formula simply reads the Status Date field, you will need to
use
an IIF statement in your formula such as IIF([Status Date] =
ProjDateValue("NA"), truevalue, falsevalue) to trap for the "NA" value if
someone has not set a Status Date value. Hope this helps.




message
FYI, I tried that formula you gave below in BOTH an Enterprise Date
and
an
Enterpise Text field, and all I can get displayed in Project
Information
is
"#ERROR", when I should get the second literal string. And yes, I do
exit
and
restart MS Project everytime I change the Enterprise Global!

A more generic question: How do you use the formulas to display dates
from the various Project Date fields? Surely there is a way? Is there a
document somewhere that explains these formulas and how to use them?

Finally, Status Date as displayed in "Project Information" is
changed
if
you "Update Entire Project" in the Tracking Tool. It is NOT changed
when
individual blocks of tasks are updated. It can be forced to be ANY date
in
the Project Information form, so my intent for using it as an QA
enforcement
tool is probably moot!

I still want to learn more about these formulas, though.

:

Jackson T. Cole --

A workaround would be to create a custom enterprise Project date field
that
includes the Status Date formula you mention. You would need to
account
for
potential "NA" values, however, in the formula. Since I never set the
Status Date field in any of my projects, but regularly update, save,
and
publish them, I would look like a "loafer" in your organization. Hope
this
helps.




message
Not even using a custom date field and a formula similar to the
one
below, but not using literal strings?

PMs can make all those other values look good by opening and
saving
the
project once a day! Status Date is only set when you use the
tracking
tool,
right?

Ever hopeful .... :>)

:

JC --

There's no way to add the Status Date field to Project Center
views.
A
far
more clever approach, however, might be to create a new Project
Center
view
called "Update Status" or something like that and then include the
following
fields:

Project Name
Last Modified
Last Published
Last Saved By

From those three fields, you should easily be able to show your
management
staff how many PM's are not using the tool as often as required.
Just
a
thought. Hope this helps.




message
Is there a way to get the Project Status Date published? I
can't
find
anything in the list of fields on PWA that resembles Project
Status
Date,
and
I would really like to show manaement how updates are being
neglected!

JC

:

Carl --

You are more than welcome, my friend! :)




in
message
Yes!!!!!
Thanks..... It's Status Date.

Regards,
Carla

:

Carla --

I assume that when you say "State Date" you actually mean
Status
Date.
Here's how to write the formula in question:

IIf([Status Date]=ProjDateValue("NA"),"There is no Status
Date",
"There
is a
Status Date")

Hope this helps.




"Carla Alvarado" <[email protected]>
wrote
in
message
Please...
I need to create a formula in an Enterprise Custom Field ,
and
I
don't
know
how I should indicate if the State Date is empty..
Is this sentence correct: ????

Iff ([State Date]=NULL,'THERE IS NOT a State Date','THERE
IS a
State
Date')

Please Help!!!
 
D

Dale Howard [MVP]

Jackson --

They don't need to press F9 every time. They only need to do it one time
for each project after you created the new date field. From that point
forward, everything will be automatic. Hope this helps.




Jackson T. Cole said:
Rats, maybe next topic! :>)

BTW, I did create the Enterprise date field I wanted, and got it
displayed in PWA. The lack of an automatic calculation bothers me, though,
because I don't like to open the PM's project for anything other than
filter
views for QA purposes. Getting them to press "F9" everytime they open or
close a project will be major culture change, meaning I will have to do a
lot
of those!

I do feel a lot more comfortable in the formula world, now.

Later ...

JC

Dale Howard said:
Jackson --

I hate to tell you this, but we're not even close to the record for the
longest string of posts! :)




message
The sandbox I use has "Calculation Mode" set to "Automatic", so I
didn't
think I had to do anything! I will remember "F9", now!

That did put the fields I had played with to what I expected,
although
not to what I want. I will re-try some past efforts.

Thanks for all the patience! Have we set the record for the longest
series of posts? :>)

:

Jackson T. Cole --

After you create an enterprise field containing a formula, you need to
open
each project and press the F9 function key to recalculate the project.
Since the formula simply reads the Status Date field, you will need to
use
an IIF statement in your formula such as IIF([Status Date] =
ProjDateValue("NA"), truevalue, falsevalue) to trap for the "NA" value
if
someone has not set a Status Date value. Hope this helps.




message
FYI, I tried that formula you gave below in BOTH an Enterprise
Date
and
an
Enterpise Text field, and all I can get displayed in Project
Information
is
"#ERROR", when I should get the second literal string. And yes, I do
exit
and
restart MS Project everytime I change the Enterprise Global!

A more generic question: How do you use the formulas to display
dates
from the various Project Date fields? Surely there is a way? Is
there a
document somewhere that explains these formulas and how to use them?

Finally, Status Date as displayed in "Project Information" is
changed
if
you "Update Entire Project" in the Tracking Tool. It is NOT changed
when
individual blocks of tasks are updated. It can be forced to be ANY
date
in
the Project Information form, so my intent for using it as an QA
enforcement
tool is probably moot!

I still want to learn more about these formulas, though.

:

Jackson T. Cole --

A workaround would be to create a custom enterprise Project date
field
that
includes the Status Date formula you mention. You would need to
account
for
potential "NA" values, however, in the formula. Since I never set
the
Status Date field in any of my projects, but regularly update,
save,
and
publish them, I would look like a "loafer" in your organization.
Hope
this
helps.




message
Not even using a custom date field and a formula similar to
the
one
below, but not using literal strings?

PMs can make all those other values look good by opening and
saving
the
project once a day! Status Date is only set when you use the
tracking
tool,
right?

Ever hopeful .... :>)

:

JC --

There's no way to add the Status Date field to Project Center
views.
A
far
more clever approach, however, might be to create a new Project
Center
view
called "Update Status" or something like that and then include
the
following
fields:

Project Name
Last Modified
Last Published
Last Saved By

From those three fields, you should easily be able to show your
management
staff how many PM's are not using the tool as often as required.
Just
a
thought. Hope this helps.




in
message
Is there a way to get the Project Status Date published? I
can't
find
anything in the list of fields on PWA that resembles Project
Status
Date,
and
I would really like to show manaement how updates are being
neglected!

JC

:

Carl --

You are more than welcome, my friend! :)




"Carla Alvarado" <[email protected]>
wrote
in
message
Yes!!!!!
Thanks..... It's Status Date.

Regards,
Carla

:

Carla --

I assume that when you say "State Date" you actually mean
Status
Date.
Here's how to write the formula in question:

IIf([Status Date]=ProjDateValue("NA"),"There is no Status
Date",
"There
is a
Status Date")

Hope this helps.




"Carla Alvarado" <[email protected]>
wrote
in
message
Please...
I need to create a formula in an Enterprise Custom Field
,
and
I
don't
know
how I should indicate if the State Date is empty..
Is this sentence correct: ????

Iff ([State Date]=NULL,'THERE IS NOT a State
Date','THERE
IS a
State
Date')

Please Help!!!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top