I am in the add formula section of Crystal Reports.
I have the following statement in Crystal syntax
Distinct Count ({Users.TelephoneNumberID}, {Zone.Name})
The error says that the remaining text does not appear to be part of the formula.
If I use the query
Count ({Users.TelephoneNumberID}, {Zone.Name})
it works fine.
How can I get it to select distinct records
I have the following statement in Crystal syntax
Distinct Count ({Users.TelephoneNumberID}, {Zone.Name})
The error says that the remaining text does not appear to be part of the formula.
If I use the query
Count ({Users.TelephoneNumberID}, {Zone.Name})
it works fine.
How can I get it to select distinct records