Viewing post 1 (of 2 total)
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...
March 26, 2018 at 2:58 pm
#1984597