It is Project Custom Text field and it is a formula which have following
value.
Switch(Len(CStr([Baseline Finish]))<3,"No baseline",([Cost]+1)/([Baseline
Cost]+1)>1.2,"Overbudget by 20% or more",([Cost]+1)/([Baseline
Cost]+1)>1,"Overbudget",True,"Under budget")
Now what I want to so how pass the name of the project and the name of the
above field and want to have values back like "OverBudget", "Under budget"
etc
Regards,
Rod Gill said:
Hi,
Project Schedule and Project Budget are titles your admin has given these
columns. They are not standard names. If the columns are in project itself,
then double-click the project title and tell us the name of the column.
If
the columns are in Project Web Access, then ask your admin person.
--
Rod Gill
Project MVP
Thanks for your responses.
I wanted to get the values of the indicators being shown in the sample
database like Project Schedule and Project Budget. They contains formulas.
If it is not possible then please let it know as well.
Regards,
Nadeem
Hi,
I want to get the calculate fields's value Programatically like
Project
Budget or Project Schedule for a specific project. How can I do it?
Any
help
would be highly appreciated.
Regards,