SMosley804
Technical User
Crystal XI
IBM DB2
I am trying to test for duplicate values and then perform a count, however when I try to summarize the formula that i created, I get an error that the field can not be summarized. The formula I created is below
sample data
ID Pax Time @duplicate
1A 23y 10:05 1
1A 23y 10:05 1
1A 23y 10:05 0
@duplicates
if next({id})={id} and
next({Pax})={Pax})and
next({Time})={Time} then 1 else 0;
IBM DB2
I am trying to test for duplicate values and then perform a count, however when I try to summarize the formula that i created, I get an error that the field can not be summarized. The formula I created is below
sample data
ID Pax Time @duplicate
1A 23y 10:05 1
1A 23y 10:05 1
1A 23y 10:05 0
@duplicates
if next({id})={id} and
next({Pax})={Pax})and
next({Time})={Time} then 1 else 0;