I am combining a few fields with expression like ="Entered by: " & Fields!Entered_by.Value & " on " & Fields!date_entered.Value & " " & Fields!comment.Value. Sometimes the Fields contain NULL values, in which case I want to hide the text values. In Crystal I could set it as a formula with IS NOT NULL etc. But how do I do something comparable in SQL RS? Yes, I am being "converted" over from Crystal.