Error is custom field formula

  • Thread starter Ashish kanoongo
  • Start date
A

Ashish kanoongo

Hello

I am using MOSS 2007 with Project Server 2007. I am trying to create a text
custom field on Task Entity with following formula

IIf([Task].[Project_Type]=0, [task].[Actual Work], 0)

It is giving me run time error. Project_Type is also a custom field which I
created for Task Entity.

Please let me know what wrong I am doing?

Ashish
 
Top