In Project Pro how do I check if a task has been baselined?

G

Gene

We are using Project Server 2003 and have a number of Enterprise Task
Text fields that display some indicator to show if the task is on-time,
etc. The problem is when using Project Pro 2003 we have not found a
calculation that recognizes if a task has been baselined. The
Enterprise Task Text filed displays #ERROR if the calculated field
tries to use a non-baselined field in a calculation. Can someone give
me a formula to identified that a baseline field has not been populated
(i.e. Baseline Start has not been populated)?
 
P

Pumped4life

Pretty funky way MSFT set up Date fields, however, the following is how to
test for NULL date fields.

iif([DateField]=4294967295,"Date is not valid, don't do calc","Date is
Valid!")
 

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