G
Guest
I would like to check if this formula is working well:
SPEC COUNT1: Count(IIf([PCP] In ("Dual - PCP & Specialitst","SPEC -
Specialist Provider") And ([SPEC1] Not In
("OBSTETRICS/GYNECOLOGY","OBSTETRICS","GYNECOLOGY","OBSTETRICS and
GYNECOLOGY","OBSTETRICS & GYNECOLOGY") And [SPECDIR1]="Y"),[PROVNUM],Null))
I should count PROVNUM when PCP feild equal to the above cretieria and Spec1
not like the disgnated specs.
SPEC COUNT1: Count(IIf([PCP] In ("Dual - PCP & Specialitst","SPEC -
Specialist Provider") And ([SPEC1] Not In
("OBSTETRICS/GYNECOLOGY","OBSTETRICS","GYNECOLOGY","OBSTETRICS and
GYNECOLOGY","OBSTETRICS & GYNECOLOGY") And [SPECDIR1]="Y"),[PROVNUM],Null))
I should count PROVNUM when PCP feild equal to the above cretieria and Spec1
not like the disgnated specs.