all groups > sql server reporting services > july 2006 >
You're in the

sql server reporting services

group:

Matrix Sub-Totals


Matrix Sub-Totals SG
7/21/2006 2:48:06 PM
sql server reporting services:
Hi,

I have one column group and 2 columns (one Amount & other Text) under
it in a matrix. I added subtotal to that column group and now Amount
total appears fine but first TEXT value appears in total coloumn. I
would like to hide the TEXT value appearing in Subtotal column.

I sure there are lot of threads addressing this sub-total issue but i
was unable to find answer for my query.
Any help would be appreciated.

-SG
RE: Matrix Sub-Totals Dawie
7/23/2006 11:41:02 PM
You must use the InScope function if you only want text to be displayed in
the details and not the subtotal. There was another posting addressing this
issue. I use something like the following in the expression :

=iif(inscope("ProductGroup"),first(Fields!Price.value,"ProductGroup"),nothing)


[quoted text, click to view]
Re: Matrix Sub-Totals RajDeep
7/28/2006 4:46:59 AM

[quoted text, click to view]
Actually i am struggling to find a way to find where i can write the
Expression for SubTotal?
AddThis Social Bookmark Button