D
Dean C
Where are acceptable expressions for MS Project custom fields defined? Mike
Glen touched on the subject a few years ago, but I can't find any details.
I know that custom fields in Project use the Jet expression format, but have
been unable to find a list of acceptable terms. For example, iif([Actual
Start]="NA","true","false"), results in #ERROR, but so does
iif(iserror([ACT([Actual Start]="NA"),"true","false"). There is a value of
"NA" in the field, but Jet Expression doesn't like it.
Glen touched on the subject a few years ago, but I can't find any details.
I know that custom fields in Project use the Jet expression format, but have
been unable to find a list of acceptable terms. For example, iif([Actual
Start]="NA","true","false"), results in #ERROR, but so does
iif(iserror([ACT([Actual Start]="NA"),"true","false"). There is a value of
"NA" in the field, but Jet Expression doesn't like it.