October 2, 2008 at 2:02 pm
I've never had any problems with subtotals before, but for this report, it only totals the first row in the first group. In other words, the subtotal line is a duplicate of the first row. The only thing different about this report is that there is one numeric column and two character columns, so I removed the character columns and its still totalling only the first row.
October 2, 2008 at 6:53 pm
Can you post the rdl?
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
October 8, 2008 at 10:17 am
duh! the issue was that the Data field expression was =first(Fields!closed_ct.Value) instead of =sum(Fields!closed_ct.Value)
October 8, 2008 at 10:32 am
Been there, done that, and got the t-shirt.
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply