C
Conrad Santiago
I created this formula for this field, Custom EnterpriseCost1:
iif([Work]=0, 0,[Cost]/[Work]*60)
When I open up a project and display this field, all the cells display zero,
"0.00". (Many of the tasks in the project have non-zero Work and Cost
values.)
When I create the same formula in a non-Enterprise field, Custom Cost1, it
calculates the values correctly.
How do I correct this so that the values calculate correctly in the Custom
EnterpriseCost1 field?
iif([Work]=0, 0,[Cost]/[Work]*60)
When I open up a project and display this field, all the cells display zero,
"0.00". (Many of the tasks in the project have non-zero Work and Cost
values.)
When I create the same formula in a non-Enterprise field, Custom Cost1, it
calculates the values correctly.
How do I correct this so that the values calculate correctly in the Custom
EnterpriseCost1 field?