anybody know how to do it?
Make sure you are in the Group Footer
FOR Subtotal:
="Display Subtotal Text" & "" & Fields!txtColumn.Value
=Sum(Fields!Balance.Value, "
=Sum(Fields!Balance.Value, "grpNameofGroup")
")
FOR Grandtotal:
=Sum(Fields!Balance.Value)
|||why the subtotal have many equal sigh? shoulnt be just one?I put sum(Field!Balance.value,"Grpname") in group folder, it return same subtotall one each page in same group category, can the subtotal just sum up the total on textfield withinn the same group in a page?
|||
From the question that you have posted and the example that you have given I think it can be achieved by having 2 groups in 2 different group header. In the detail section put the value of the 2 nd group that you want to display. and at the 2 group footer just put the expression Sum(Field!Net_Weight.Value). For every group you have to set 'Page Break at End'.
I think it will work.
No comments:
Post a Comment