In an ssrs 2012 report, I need to display various messages depending upon if a field is null , if not null then I need to display another message. I know that I can use a switch statement and check for not (isnothing(field1), but I do not know how to set
↧