I have a report which includes the MALE and FEMALE as gender.
I have made this =Sum(IIf([gend]="M",1,0)) which sum all the MALE. It works but my problem is if there is duplicate person in the report, it would sum as 1 MALE not 2,3 etc tec
Any help pls.
Thanks
I have made this =Sum(IIf([gend]="M",1,0)) which sum all the MALE. It works but my problem is if there is duplicate person in the report, it would sum as 1 MALE not 2,3 etc tec
Any help pls.
Thanks