Hi,
I have a report that is summing duplicates. The formula I am using is:
@sum
whileprintingrecords;
numbervar SUM;
SUM := SUM + {table.field}
SUM;
This is summing but is also summing duplicates. Does anyone know of a formula that would sum only distinct values? Your help will be appreciated. Thanks.
I have a report that is summing duplicates. The formula I am using is:
@sum
whileprintingrecords;
numbervar SUM;
SUM := SUM + {table.field}
SUM;
This is summing but is also summing duplicates. Does anyone know of a formula that would sum only distinct values? Your help will be appreciated. Thanks.