I'm pretty new to all this, so excuse me if this is a stupid question.
I'm using CR9 with an SQL server, and here's my problem: I'm creating a report which involves {username}, {id}, and {value1}, {value2}, which looks something like this:
GH: 12-4785
Detail: Frank $23.45 $45.56
George $45.34 $45.23
Bob $34.57 $98.54
GH: 11-7389
Detail: Sue $98.38 $65.25
Bob $34.57 $98.54
George $45.34 $45.23
As you can see, the second ID# contains several users that are the same. Currently, my running totals would be: $281.65 and $398.35 because they are adding in those duplicate users.
I want them to leave out the 2nd Bob and George entries (Bob & George will always be the exact same.
so the numbers would look like this: $201.74 and $254.58.
I need some help, please!? Thanks in advance!
GH: 12-4785
Detail: Frank $23.45 $45.56
George $45.34 $45.23
Bob $34.57 $98.54
GH: 11-7389
Detail: Sue $98.38 $65.25
Bob $34.57 $98.54
George $45.34 $45.23
As you can see, the second ID# contains several users that are the same. Currently, my running totals would be: $281.65 and $398.35 because they are adding in those duplicate users.
I want them to leave out the 2nd Bob and George entries (Bob & George will always be the exact same.
I need some help, please!? Thanks in advance!