try : =Count ([Customer Nbr ];distinct) where (IsNull([Unsold]) And ([ Sales]>0) foreach ([Customer Nbr ]))
and if that doesn't work, try the where clause inside the Count formula as well.
try : =Count ([Customer Nbr ];distinct) where (IsNull([Unsold]) And ([ Sales]>0) foreach ([Customer Nbr ]))
and if that doesn't work, try the where clause inside the Count formula as well.