Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Analysis Server and Reporting Services (2005)
 SSRS Matrix Subtotal Problem

Author  Topic 

pssumesh2003
Starting Member

35 Posts

Posted - 2011-09-29 : 10:11:01

I have report in matrix format.I put SubtotalLabel As Subtotal(Field Value). In that subtotalLabel of a rowgroup shows the top field value in that group for every group's in my Clientsite. But its works fine in my PC.

Plz help me

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2011-09-29 : 12:54:09
you are applying aggregation in the matrix. then how can you show field value in label? either you should apply some aggregate over fieldvalue like first(),last(),max(),min() etc or you should be grouping on field value in the group and then using it

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page
   

- Advertisement -