CoSpringsGuy
IS-IT--Management
Easy question I think....
I want to do a distinct count of a formula field.
//
if isnull({DU_COLL_CREDIT_FOR_LEGAL_N_B.DATE_RETURNED}) = false
then{DU_COLL_CREDIT_FOR_LEGAL_N_B.ACCOUNT_NUM}
Distinct count gives me one more than I want because the formula returns a default. When you use distinct count with a database field that contains null you dont get that extra count because it doesn't count the null field. Is there a way to return null in the else part of the formula so that I don't count that default?
Help me out LB!!!!
_____________________________________
Crystal Reports XI Developer Version
Intersystems Cache 5.X ODBC connection
I want to do a distinct count of a formula field.
//
if isnull({DU_COLL_CREDIT_FOR_LEGAL_N_B.DATE_RETURNED}) = false
then{DU_COLL_CREDIT_FOR_LEGAL_N_B.ACCOUNT_NUM}
Distinct count gives me one more than I want because the formula returns a default. When you use distinct count with a database field that contains null you dont get that extra count because it doesn't count the null field. Is there a way to return null in the else part of the formula so that I don't count that default?
Help me out LB!!!!
_____________________________________
Crystal Reports XI Developer Version
Intersystems Cache 5.X ODBC connection