I have a crystal report that is linked to a stored procedure. in the crystal report i have the groups set to customer, date and rank. in the stored procedure i have created a rank where a customer exists more then once on the same day. what i need to do is create a sub total for the customer where there are multiple entries for the same day.
for example:
date Customer Rank Amnt Mileage
3/1/11 1 1 10 10
3/2/11 2 1 15 15
3/1/11 3 1 5 10
3/1/11 3 2 2 10
cust 3 sub total: 7 20
I have tried the running total and only get the first total but not both added togehter. i also tried a sum by group with the same results or everything for the same day is added together.
thanks in advance
for example:
date Customer Rank Amnt Mileage
3/1/11 1 1 10 10
3/2/11 2 1 15 15
3/1/11 3 1 5 10
3/1/11 3 2 2 10
cust 3 sub total: 7 20
I have tried the running total and only get the first total but not both added togehter. i also tried a sum by group with the same results or everything for the same day is added together.
thanks in advance