Hi Anandakumar,
Very helpful answer, Thank you.
I am trying to extend your solution to hide/show the table based on the number of rows in that table.
If there is no rows in the table, I would like to hide its row headers.
So I select the whole table, go to Tablix Properties ->Visibility -> Show or hide based on an expression, and input "=IIf(CountRows()=0, False, True)".
However, the table would be hidden even if it has data in it, so clearly something is wrong with this approach.
Do you have any suggestion of what is the correct way to achieve it?
Cheers.
Jianwei