CrystalReports Question

B

BuddyWork

Hello,

I'm trying to display a report that has the following query

SELECT DonorName, Created_Date=MAX(Created_Date),
Amount=SUM(Amount)
FROM Donation WHERE Created_Date > 'Apr 06 2003' AND
Created_Date < 'Apr 05 2004'
GROUP BY DonorName

I then have a report which I want to show all the donor
names grouped and also want to show the last created date
and the amount summed, everytime I perform the report it
shows each individual records, it looks like Crystal is
just ignoring the my dataset that I'm passing into the
SetDataSource object.

How can I archive this?

I'm using Crystal Report that came with Visual Studio 2003
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top