It looks like easy thing but I cannot find the way to do it.
My table have the following columns:
Project#
Draft_Date
End_date
Exit_date.... etc
I need to count Draft_Date(or Exit_date or End_date) where Draft_date is not null and Distinct Project#.
I am doing the formula
if isnull({V_AUDIT_QUALITY.DRAFT_DATE}) then 0 else 1
and then Sum formula. But it could be duplicate project# so I need to make sure that I have distinct Project#.
How can I do this??
My table have the following columns:
Project#
Draft_Date
End_date
Exit_date.... etc
I need to count Draft_Date(or Exit_date or End_date) where Draft_date is not null and Distinct Project#.
I am doing the formula
if isnull({V_AUDIT_QUALITY.DRAFT_DATE}) then 0 else 1
and then Sum formula. But it could be duplicate project# so I need to make sure that I have distinct Project#.
How can I do this??