Hide Table Display Txt Box

  • Hi all,

    My report has a number of tables.

    These table design is as [Total(numeric),Year(numeric),Month(varchar(15)].

    Each table on report is populated based on individual tables in Mngt Studio.

    My problem is.If table is empty,the table on report does not get populated/displayed.It is hidden.How do I return a message,Example {"No Value for table A"} instead and show the table in report only when the table has some value.

    I have written an expression like this.But it just hides the table if its empty,and im not able to return a value "No Value"instead.

    =IIF(Fields!Month.Value IS Nothing,"No Value for table A",False)

  • There is a NoRows property on a table that you can enter in any message that you'd like to display when the dataset returns 0 rows.

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

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