Hi-
I am having issues with the IIf function. What I am trying to do is use multiple conditions within an IIf function. At first, I created a calculated field with the following expression:
Sort: IIf([ProjectManager] Is Null,1,0)
This worked fine, giving null values a value of 1, and...