Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Twain35
  • Content: Threads
  • Order by date
  1. Twain35

    How to do a Sum of non duplicate records

    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...
  2. Twain35

    How to pass a SP date parameter to CR XI

    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...

Part and Inventory Search

Back
Top