SQL Reporting Services Tips  

Main | About us | Contact us  

 

5) T-SQL ISNULL function equivalent

Using the VB IIF Function use the following expression

=IIF(Field!FieldName.Value Is Nothing, "Value for True", "Value for False")

e.g.


 

© Copyright 2009. Reporting Services Tips.