Forum Replies Created

Viewing post 1 (of 2 total)

  • RE: remove blank or empty page

    Hello srikanth6457!

    You could set the visibility of the 2nd Table to an expression. Ex: IIF(CountRows(“DataSet”) = 0, true, false). This should set the ‘Hidden’ property of the table to true...

Viewing post 1 (of 2 total)