Is there a way to evaluate two fields to count the total number of records that meet the following criteria
Field {NoValidAddress} = False OR Field {Email} = not null
I'm very new to Crystal so I've created a formula field so I've used the following, but this returns the total number of records in the table.
{NoValidAddresses} = false OR not (IsNull({Email})
Thank you for any help that can be given