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

sql server reporting services

group:

Filtering Null Values


Filtering Null Values Marvin
9/1/2005 4:08:02 PM
sql server reporting services:
I know i'm supposed to do this on the DB level but in my situation how do I
Re: Filtering Null Values Robert Bruckner [MSFT]
9/1/2005 7:45:46 PM
A null is represented as VB keyword Nothing. Alternatively use the
IsNothing(...) function to check if a field's value is null.

-- Robert
This posting is provided "AS IS" with no warranties, and confers no rights.


[quoted text, click to view]

AddThis Social Bookmark Button