Groups | Blog | Home
all groups > sql server reporting services > june 2005 >

sql server reporting services : suppression of null data



Linda Anton
6/28/2005 2:49:37 PM
Is there a way to suppress a line from showing on a report if the value for
Dan Christjohn
6/29/2005 11:37:22 AM
There is a visibility option on a line object where you can insert an
expression. Give that a try just add something like:

=myfield is NULL or =myfield is not NULL

Good luck!

Peace,

Dan

[quoted text, click to view]

AddThis Social Bookmark Button