I want to make a running total on my report to total the amount of sales for each agent by project. I have it grouped by project (group 1) and then by agent (group 2). I am printing each record in the details section and then want to have a sub total at the end of each agents sales in the group 2 footer. The code there right now looks as follows:
=RunningValue(Fields!PromisedToPayAmt.Value,SUM,???)
The ??? is supposed to be the scope but anything i put in there doesnt work including group 2, agent, or if i omit it. If i put 'nothing' in there it works but doesnt reset after each agent.
=RunningValue(Fields!PromisedToPayAmt.Value,SUM,???)
The ??? is supposed to be the scope but anything i put in there doesnt work including group 2, agent, or if i omit it. If i put 'nothing' in there it works but doesnt reset after each agent.