When saving a custom formula with indicator in PWA, MS project validates ok.
the formula is:
Switch([Baseline Finish]=ProjDateValue("NA"),"No
baseline",([Work]+1)/([Baseline work]+1)>1.1,"More then 10% over
budget",([Work]+1)/([Baseline work]+1)>1,"1 to 10% over budget",True,"On
budget")
When editing the same custom field again always the message 'automatic
reboot of Microsoft project professional could not be completed. Contact you
administrator for
assitance' when MS project is open is displayed, followed by 'The formula
contains a syntax error or contains a reference to an unrecognized field or
function name'.
The formula is now:
Switch([MSPJ188743724]=ProjDateValue("NA");"No
baseline";([MSPJ188743680]+1)/([MSPJ188743681]+1)>1,1;"More then 10% over
budget";([MSPJ188743680]+1)/([MSPJ188743681]+1)>1;"1 to 10% over
budget";True;"On budget")
As you can see, the , are replaced by ;. Is this due to the language
setiings of sharepoint, they are in English (US), but the ; is the default
seperator used in Europe?
What is causing this?
Also it is very annoying, that you are not able the originally entered
formula, but the MSPJ188743681 numbers instead.
Thanks in advance,
Marcel.