First Dale - Thanks for you patience
Two reasons -
#1. is a Training (Culture Issue).
We are implementing Project Cost Accounting for tracking Project
Profitability.
The Audiance is Executitives and Team Leaders not Project Managers.
The Data is Revenue, Cost and Profit.
With 3 type of each Planned, Forecast, Actual.
So I have :
Planned_Revenue, Planned_Cost, Planned_Profit, etc
Where
Planned_Profit=Planned-Revenue-Planned_Cost
Forecast_Profit=Forecast_Revenue-Forecast_Cost
Actual_Profit=Actual_Revenue-Actual_Cost
#2. I can't understand why the simpliest Enterprise Formulars are not
working.
For Example Actual_Profit = Actual_Revenue - Cost
Where Actual_Revenue shows up fine, Cost shows up fine, but Actual_Profit
formula is giving me an error.
Thanks again for your help.
--Dan
Dale Howard said:
Dan --
I created a custom Project Center view that includes the Budget Cost
field
and the Baseline Budget Cost field. Both of them populate the data
correctly. Why do you need to use a formula when you can simply insert
the
Budget Cost field directly? Let us know and we will try to help.
Dale one additional note.
I did get a value from the Planned_Budget custom field when I was
playing
with a iif function earlier, but it did not make any sence to me.
When I set Planned_Budget = iif([Budget Cost]>0, 1, 2) it displayed the
Budget Cost value correctly (for exampel $45,000.00 which is what the
Budget
Cost value is. But, I expected it would display "1' or "2".
---Confussed
:
Dan --
I know this is a silly question, but does your Project Server 2007
instance
include at least one Budget Cost resource? And if so, did you add the
Budget Cost resource to your project team and then assign the Budget
Cost
resource to the Project Summary Task (Row 1) in at least one project?
Let
us know.
I am trying to use "Budget Cost" in a Custom Enterprise Field
formula.
A simple example would be to set it to a new Field and display it in
a
view.
Create a custom field where Planned_Cost=[Budget Cost]
Create a Project Center View displaying "Budget Cost" and
"Planned_Cost".
Open a Project, press F9, save and Publish.
"Budget Cost" shows up in the view but nothing for "Planned_Cost".
What am I missing?
Thanks
-Dan