Wednesday, April 16, 2014

SSRS: Detecting NULL dates and showing empty string


=IIF(Fields!f.Value= nothing, " ", Format(CDate(Fields!f.Value),"MMM dd, yyyy hh : mm tt"))
Thanks
Mahesh

No comments: