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...
I have a stored procedure that has an start date and end date paramters as nvarchar data types and I believe it is going to create a problem when I run it in crystal reports. The date parameter is under the
create stored Proc (@A nvarchar(10), @B nvarchar(10), @startdate nvarchar(10), @enddate...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.