- May 11, 2002
- 1,651
- 4
- 91
Using Crystal Reports 8.5 and need to show only duplicate records for a specific field.
thinking of something like
if {Customers.name}=Previous({Customers.name}) then {Customers.name} else ""
but that doesn't work. Thanks in advance.
-Gino
thinking of something like
if {Customers.name}=Previous({Customers.name}) then {Customers.name} else ""
but that doesn't work. Thanks in advance.
-Gino