T
TomP
How can I rewrite this code to where I can get a total number count of
caseloads that meets three possible conditions? The conditions for the
CLOSURE, FINAL, and ACKNHRG are all date fields. Basically, if any of those
fields have a date, then I would like to get a "head count" of the caseloads.
I'm aware that the way it is written now is looking for every condition and
I get a zero count. I tried to replace it with an OR, but that didn't work.
See Below....
=Abs(Sum(IIf([CASELOAD]="NS",1) And ([CLOSURE] Is Not Null) And ([FINAL] Is
Not Null) And ([ACKNHRG] Is Not Null)))
Thank you again for your time and help!
Tom
caseloads that meets three possible conditions? The conditions for the
CLOSURE, FINAL, and ACKNHRG are all date fields. Basically, if any of those
fields have a date, then I would like to get a "head count" of the caseloads.
I'm aware that the way it is written now is looking for every condition and
I get a zero count. I tried to replace it with an OR, but that didn't work.
See Below....
=Abs(Sum(IIf([CASELOAD]="NS",1) And ([CLOSURE] Is Not Null) And ([FINAL] Is
Not Null) And ([ACKNHRG] Is Not Null)))
Thank you again for your time and help!
Tom