dataprincess
MIS
I'm using CR7. The first formula gives me the serial numbers that match the criteria. The second formula is supposed to do a distinct count of those serial numbers. The result is it is counting the null values as a distinct "serial number". I've tried using if statements to exclude the nulls but this doesn't work either. Can someone please help me! I've been trying to figure this out for four days now.
FuncPass:
if {v_Detail_Report.TestType}="Functional" and {v_Detail_Report.EX}="PP"
then {v_Detail_Report.SerialNumber}
FuncPTotal:
distinctcount({@FuncPass},{@ParseWeek})
FuncPass:
if {v_Detail_Report.TestType}="Functional" and {v_Detail_Report.EX}="PP"
then {v_Detail_Report.SerialNumber}
FuncPTotal:
distinctcount({@FuncPass},{@ParseWeek})