Hi,
I have a requirement to count the distinct account numbers that has status as 'open' or 'processing'
So, i created a formula field
@countAcctStatus
================
If Uppercase({Acct.Status})='OPEN' or Uppercase({Acct.Status})='PROCESSING'
Then
{Acct.AcctNumber}
I dropped this formula in detail section then created summary on it as Distinct Count.
But when i am doing this i am not getting the result expected. It is calculating distinct counts but also including accounts that are not in status 'open' or 'processing'.
Please reply...
Thanks
I have a requirement to count the distinct account numbers that has status as 'open' or 'processing'
So, i created a formula field
@countAcctStatus
================
If Uppercase({Acct.Status})='OPEN' or Uppercase({Acct.Status})='PROCESSING'
Then
{Acct.AcctNumber}
I dropped this formula in detail section then created summary on it as Distinct Count.
But when i am doing this i am not getting the result expected. It is calculating distinct counts but also including accounts that are not in status 'open' or 'processing'.
Please reply...
Thanks