well, at least for me it's complex
I'm using this expression: =Sum(IIf([Refused]=-1,1,0)) to calculate the number of records that have a -1 value for the field "Refused". I want to expand this so that the sum reflects the number of occurrences of this field, but ONLY if a second field "Qualified" has a null value. I think that part would look something like IsNotNull([Qualified]).
I don't know how to put these together to make the expression work. Can you help?
Lee
I'm using this expression: =Sum(IIf([Refused]=-1,1,0)) to calculate the number of records that have a -1 value for the field "Refused". I want to expand this so that the sum reflects the number of occurrences of this field, but ONLY if a second field "Qualified" has a null value. I think that part would look something like IsNotNull([Qualified]).
I don't know how to put these together to make the expression work. Can you help?
Lee