I am using Crystal Reports in VS2008 and I am having trouble with the following:

In a DGV I may have the following values:

Double
Double
Single
Double

What I want to do is put the following into the report.

Double = 3
Single = 1

What is the best way to do this?

Computerman