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 2012 Forums
 Analysis Server and Reporting Services (2012)
 Calculate Sum Of Expressions

Author  Topic 

Amit-1234
Starting Member

19 Posts

Posted - 2013-03-02 : 00:50:18
Hi,
Suppose I am using a Tablix control. In that control there is a column called deduction which is calculated using an expression.I want to display the grand total of the expression. Is it possible to calculate the sum of expressions in tablix? If yes, then how?

Regards
Amit

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2013-03-02 : 02:28:51
you can use SUM(ReportItems!Yourtextboxnamecontainingthedeductionvalue.value)

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

Go to Top of Page
   

- Advertisement -