Hi,
I am using Project Server 2010 with SP1 in french and I am having trouble with the generation of a custom field of type Task, number.
The formula is
IIf([Travail planifié] = 0; IIf([Date d'état] < [Fin planifié]; 0; 100); [CBTP] / ([Travail planifié] / 60) * 100)
I tried the same formula in a custom field of a stand alone project and everything worked well.
I have the following issue:
- I typed in the formula as it is here in the PWA at the custom fields definition and the formula doesn`t save and an error “the formula contains one or more references to fields which do not exist in the system" occurs. As I looked in the look-up tables of fields that come in PWA and I couldn’t find the filed [Fin planifié], I changed my formula just to verify and changed the field [Fin planifié] by [Fin] which is in the list and the formula saved fine and worked fine, but when I tried to modify again the field, my fields were changed by some expressions as MSPJXXXXX where XXXX is a number.
Does anybody know if this can be solved by installing the French language pack? O any other way of solving it?
Thanks a lot!