Formula Problems - Help!

J

jb

I am still not getting my custom fields to calculate the
duration difference. All of them = 0days.

One field I have created is the formula below. This should
match up to finish variance but it never does. It always
is 0days.
Enterprise Duration3 = ProjDateDiff([Finish],[Baseline
Finish])

another formula is
Enterprise Duration2 = ProjDateDiff([Enterprise Project
Date2],[Finish])

always = 0 days

How can I get this to calculate? I have it to calculate
automatically.

thx
jb
 
D

Dale Howard

jb --

I would like to be able to help you with your formula problem, so let me ask
a couple of questions:

1. What are you attempting to accomplish by the use of these enterprise
fields and formulas? Please be precise and don't generalize.

2. Exactly what custom enterprise fields are you using? Enterprise Task
Duration fields or Enterprise Project Duration fields?

3. Where are you seeing the zeroes in the Enterprise Duration columns? A
custom Table in Microsoft Project 2002 or a custom View in PWA?

4. If you have created a custom Table in Project 2002 containing your
enterprise Duration columns, have you clicked Tools - Options - Calculate,
and then clicked the Recalculate Now button?

5. I you have created a custom View in PWA, did you click Collaborate -
Publish - Project Plan (or All Information) for each project in which you
want to see these enterprise Duration columns?

Please let me know, and I will be glad to help you.
 
J

jb

I want to see the difference between my client wishes and
when the actual project starts and actually finishes. I
have set up enterprise fields for the pms to plug in the
clients submission date, reqested date and target
delivery. They are getting these dates from another
project tool. I think I could use start and finish
variance but I want to do it this way so pms are required
in the project information box to fill these dates out.

Submitted date= date of initial contact from client .
Typically, this will be the day the project is recieved in
the project tool.
Requested date= date the client would like to see the
functionality become available. Not all projects will have
this, as some clients may not have a specific calendar
driving the delivery of the functionality.

Baseline release date= the day we promise to deliver the
client the functionality. Our commitment is made here.

actual release date= the day the functionality is
delivered or the 'go live' date.

to measure our overall cycle times:
datediff(actual release date - submission date)
to measure how we align to the speed of business:
datediff(actual release date - requested date)
to measure how well we meet our commitments
datediff(actual release date - baseline release date)

I am using enterprise project duration fields. I am seeing
zeros in project and pwa. I have clicked the recalc now
button and published these projects to the web. I hope
this makes sense and I appreciate the help.
thx
jb
-----Original Message-----
jb --

I would like to be able to help you with your formula problem, so let me ask
a couple of questions:

1. What are you attempting to accomplish by the use of these enterprise
fields and formulas? Please be precise and don't generalize.

2. Exactly what custom enterprise fields are you using? Enterprise Task
Duration fields or Enterprise Project Duration fields?

3. Where are you seeing the zeroes in the Enterprise Duration columns? A
custom Table in Microsoft Project 2002 or a custom View in PWA?

4. If you have created a custom Table in Project 2002 containing your
enterprise Duration columns, have you clicked Tools - Options - Calculate,
and then clicked the Recalculate Now button?

5. I you have created a custom View in PWA, did you click Collaborate -
Publish - Project Plan (or All Information) for each project in which you
want to see these enterprise Duration columns?

Please let me know, and I will be glad to help you.




jb said:
I am still not getting my custom fields to calculate the
duration difference. All of them = 0days.

One field I have created is the formula below. This should
match up to finish variance but it never does. It always
is 0days.
Enterprise Duration3 = ProjDateDiff([Finish],[Baseline
Finish])

another formula is
Enterprise Duration2 = ProjDateDiff([Enterprise Project
Date2],[Finish])

always = 0 days

How can I get this to calculate? I have it to calculate
automatically.

thx
jb


.
 
J

jb

To add to my earlier post. These projects are in que and
don't get started right away. That is why I need them to
plug in dates from the tool.
thx
jb
-----Original Message-----
jb --

I would like to be able to help you with your formula problem, so let me ask
a couple of questions:

1. What are you attempting to accomplish by the use of these enterprise
fields and formulas? Please be precise and don't generalize.

2. Exactly what custom enterprise fields are you using? Enterprise Task
Duration fields or Enterprise Project Duration fields?

3. Where are you seeing the zeroes in the Enterprise Duration columns? A
custom Table in Microsoft Project 2002 or a custom View in PWA?

4. If you have created a custom Table in Project 2002 containing your
enterprise Duration columns, have you clicked Tools - Options - Calculate,
and then clicked the Recalculate Now button?

5. I you have created a custom View in PWA, did you click Collaborate -
Publish - Project Plan (or All Information) for each project in which you
want to see these enterprise Duration columns?

Please let me know, and I will be glad to help you.




jb said:
I am still not getting my custom fields to calculate the
duration difference. All of them = 0days.

One field I have created is the formula below. This should
match up to finish variance but it never does. It always
is 0days.
Enterprise Duration3 = ProjDateDiff([Finish],[Baseline
Finish])

another formula is
Enterprise Duration2 = ProjDateDiff([Enterprise Project
Date2],[Finish])

always = 0 days

How can I get this to calculate? I have it to calculate
automatically.

thx
jb


.
 
D

Dale Howard

jb --

I've got a model working that I believe meets your reporting requirements.
First of all, I have renamed the following fields:

Enterprise Project Date1 = Submitted Date
Enterprise Project Date2 = Requested Date
Enterprise Project Date3 = Baseline Release Date

I have not set up a separate field called Actual Release Date, as I am
assuming that would be the Finish date of the project. Then I have renamed
the following fields and have entered the following formula in each field:

Enterprise Project Duration1 = Cycle Time
Formula = IIf([Enterprise Project Date1]>54789,0,ProjDateDiff([Enterprise
Project Date1],[Finish],"msPE"))

Enterprise Project Duration2 = Speed of Business
IIf([Enterprise Project Date2]>54789,0,ProjDateDiff([Enterprise Project
Date2],[Finish],"msPE"))

Enterprise Project Duration3 = Commitment Variance
IIf([Enterprise Project Date3]>54789,0,ProjDateDiff([Enterprise Project
Date3],[Finish],"msPE"))

In each of the formulas, I first "trap" errors caused by the user not
entering one of these three custom fields. If they have not entered a
Submitted, Requested, or Baseline Release Date value, then the appropriate
Duration field will calculate a variance of 0 days. I am also using the
Finish date of the project in each of these formulas, though you could
substitute your own custom Date field is you need to do so. In addition, I
am using the DateDiff calculations based on my company calendar (msPE) which
is the Project Calendar for each project.

To enter values for the custom Date fields, I open the project and then
click Project - Project Information, and enter the desired Date values.
Then I close the dialog box and click the F9 key to recalculate the project.
Then I reopen the Project Information dialog box and the custom Duration
fields have been recalculated. I am seeing no errors whatsoever, and
correct Duration values as far as I can tell.

To "push" these field values to PWA, I simply click Collaborate - Publish -
All Information. I have also created a custom Project Center view to
display these fields and everything is displaying correctly in PWA. Let me
know if this helps your situation. If not, e-mail me privately and we'll
decide where to go from here.




jb said:
To add to my earlier post. These projects are in que and
don't get started right away. That is why I need them to
plug in dates from the tool.
thx
jb
-----Original Message-----
jb --

I would like to be able to help you with your formula problem, so let me ask
a couple of questions:

1. What are you attempting to accomplish by the use of these enterprise
fields and formulas? Please be precise and don't generalize.

2. Exactly what custom enterprise fields are you using? Enterprise Task
Duration fields or Enterprise Project Duration fields?

3. Where are you seeing the zeroes in the Enterprise Duration columns? A
custom Table in Microsoft Project 2002 or a custom View in PWA?

4. If you have created a custom Table in Project 2002 containing your
enterprise Duration columns, have you clicked Tools - Options - Calculate,
and then clicked the Recalculate Now button?

5. I you have created a custom View in PWA, did you click Collaborate -
Publish - Project Plan (or All Information) for each project in which you
want to see these enterprise Duration columns?

Please let me know, and I will be glad to help you.




jb said:
I am still not getting my custom fields to calculate the
duration difference. All of them = 0days.

One field I have created is the formula below. This should
match up to finish variance but it never does. It always
is 0days.
Enterprise Duration3 = ProjDateDiff([Finish],[Baseline
Finish])

another formula is
Enterprise Duration2 = ProjDateDiff([Enterprise Project
Date2],[Finish])

always = 0 days

How can I get this to calculate? I have it to calculate
automatically.

thx
jb


.
 

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