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

sql server reporting services

group:

Not Null


Not Null Preeti
2/21/2006 8:00:24 PM
sql server reporting services: Hi , Can anyone tell me how can we check for not null values in
reporting services .I am aware of how to use NULL values.

Regards
Harpreet
Re: Not Null Preeti
2/21/2006 8:32:23 PM
hey thanks all , i have worked my way around this problem.


[quoted text, click to view]
Re: Not Null Tony
2/21/2006 8:37:16 PM
you can try the following:

=iif( IsDBNull( First(Fields!ABC.Value, "Table_A") ),"YES", "NO")


[quoted text, click to view]
Re: Not Null ** Spirits **
2/21/2006 9:11:56 PM
fields!fieldName.value=NOTHING in sql reports means
fields!fieldName.value IS NULL
hope u got it
Re: Not Null Preeti
2/21/2006 9:39:20 PM
Thanks Spirits . I got it .

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