ssrs 2008

  • When no data is selected on a SSRS 2008 report, I want to display between two to 5 sentences when no data is selected. When I use the no rows message property, I only get a sentence length for the message. What can I do if I want the message to be longer? Is there an if statement that I can use?

  • Hi,

    In NoRowsMessage Property you can use IIF Statements

    Just Like

    =IIF(Parameters!A.Value = "Test", "Test Data Not Available", "Sample Data Not Available")

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply