Posted 25 February 2025, 3:07 pm EST
Hello -
Expression
{isNothing(tableDataSet)}
- I can see by setting this same expression on a textbox that it returns False…but the Table is NOT shown and there is data in the dataset for the table…if I send a dataset without this table object present then our textbox is True, and it also does not display the Table…using other expressions also fail to work as expected when applying them to the Table, we can hide a row or a column, but seemingly not the Table itself other than by manually toggling the Hidden property on or off.
Do we really need to apply this expression to every column or to all configured Rows to hide the Table?