0
votes

i am new in this forum and newbie on SSRS 2008, have created report ,3 level of total ,

1 level total by asset by expression used by Max(Fields!ACQUISITIONPRICE.Value)

2 level by Fixed asset by group expression =Sum(Fields!ACQUISITIONPRICE.Value) this not adding correct either, because the ASSET ID total I used as Max so its not giving me correct me correct total

3 level is Grand total all the asset , this total is not coming correct , its adding up all acuistion price in column was hidden , I just want to add only what's in the total by asset id

can any one please help me with this, I have been working on this for while, have not figure this out yet,

I really need help, thanks in advance

1
would like to reopen this issue, its not resolve, new to this form,user3433460

1 Answers

0
votes

Try something like this:

=Sum(Max(Fields!ACQUISITIONPRICE.Value,"NameOfGroupHere"))

Where "NameOfGroupHere" is the name of the innermost group defined in your table.