B
Bill K
I would like to use the IIF to return values, but can find
the syntax to accomplish what I want to do. Any help is
appreciated. Example
D=Defect, M=Maint, E=Enhancement
Standard is: =iif([type]is null, "Not Assigned", [type])
trying to do something like:
iif([type] is null, "Not Assigned", [type]
="D", "Defect"....
Thanks.
BK
the syntax to accomplish what I want to do. Any help is
appreciated. Example
D=Defect, M=Maint, E=Enhancement
Standard is: =iif([type]is null, "Not Assigned", [type])
trying to do something like:
iif([type] is null, "Not Assigned", [type]
="D", "Defect"....
Thanks.
BK