all groups > sql server reporting services > may 2007 >
You're in the

sql server reporting services

group:

Making a row not show


Making a row not show Ryan Mcbee
5/30/2007 6:40:06 AM
sql server reporting services:
I have one column that is an expression that either returns a value or
returns zero. I would like if it is zero to not show at all. How is this
done?

Thanks,
RE: Making a row not show Carl Henthorn
5/30/2007 12:02:00 PM
Go to properties for that column, click on Visibility tab. Click on
Expression radio button and enter this formula:
=iif (Fields!<expression>.Value = 0, True, False)
you may have to map the expression to a data set row before this will work.
I have made it work with parameter and field values.

[quoted text, click to view]
RE: Making a row not show Ryan Mcbee
5/31/2007 11:27:02 AM
Carl,
I tried this and it didn't work. I think because I am using a matrix
report. Would have to put this formula in every column since it is a matrix
report?

Thanks,
Ryan

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