ssrs no rows message message works in visual studio but not on test report server

  • In a new ssrs 2008 report, I have 3 tablixes embedded within a main tablix. Each embedded tablix will display a no rows message when the filter on the tablix does not find any rows selected for the particular tablix.

    The main tablix is setup to display a no rows message if all 3 embedded tablixes contain no data. The logic I am using in the main tablix works correctly when I run the new ssrs in visual studio on my workstation, however when I load the new ssrs report to a test report server the main tablix does not display its no rows error message. Instead each of the 3 individual embedded display there own no rows error message.

    The main tablix filter says

    IIf((reportcatory <> "EAP") and (reportcategrory <> "LAP") and (reportcategrory <> "DYT"))

    and datatype = text, the logic is set to =, and the expression value is set to "=true".

    Thus can you tell me what I can do so solve the problem?

Viewing 0 posts

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