all groups > sql server reporting services > june 2005 >
You're in the

sql server reporting services

group:

Matrix SubTotals


Matrix SubTotals Harolds
6/10/2005 12:07:08 PM
sql server reporting services:
The data cell contains '=iif( Fields!dt.Value <
#11/1/2004#,"*",Sum(Fields!MyValue.Value))' which is causing the subtotals
(row & column) to show an * whenever the row or column shows an *.

How do I get the subtotal to ignore the *'s and subtotal on just those cells
RE: Matrix SubTotals Harolds
6/10/2005 2:30:06 PM
I discovered that the subtotals cell is using the Fields!dt.Value from the
first matrix column, and since the columns are sorted oldest dt to newest the
dt.Value is < the date indicated.

Can someone think of a way I can fix this other the changing the column order?

[quoted text, click to view]
RE: Matrix SubTotals Harolds
6/10/2005 2:33:03 PM
I changed my iif to =iif(last(Fields!dt.Value)... and this fixed my problem.

[quoted text, click to view]
AddThis Social Bookmark Button