Hello,
I would like to create a calculation in a report that counts the number of records that meet two criteria: "ReferralDate" is not null, and if "DischargeDate" is null. The name of the record field is "ID".
How would I do this? I know that it involves using Count, Iif and IsNull, but I'm stuck.
Thanks
I would like to create a calculation in a report that counts the number of records that meet two criteria: "ReferralDate" is not null, and if "DischargeDate" is null. The name of the record field is "ID".
How would I do this? I know that it involves using Count, Iif and IsNull, but I'm stuck.
Thanks