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.
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?RegardsAmit |
|
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 MVPhttp://visakhm.blogspot.com/ |
|
|
|
|
|