isnull in SSRS expressions
I think what you’re trying to do is display data based on whether or not a field has data in it or not? You can always use an IIF statement with ISNOTHING. See below for the expression. If that doesn’t answer your question, let me know.