You can hide a table that has no data rows from the corresponding report or query dataset. Include {{TableHide:DatasetName}} anywhere in the table.

We do not advise using more than 25 TableHide fields in a single template.

TableHide requires repeating data table using TableStart and TableEnd.

Syntax{{TableHide:DatasetName}}
ValuesDatasetName is the name of the dataset from the Template Builder window.
NotesThe dataset value must be identical to the TableStart and TableEnd fields.


You can place TableHide anywhere within the table.

TableHide works for child data sets when using nested detail regions; however, nested detail regions are only supported when using queries to retrieve detail data. Reports do not support nested detail regions.


Example:

Product{{TABLEHIDE:OPPLINEITEMS}}QuantityTotal Price
{{TABLESTART:OPPLINEITEMS}}{{OPPORTUNITY_LINEITEM_PRODUCTNAME}}{{OPPORTUNITY_LINEITEM_QUANTITY}}{{OPPORTUNITY_LINEITEM_TOTALPRICE}}{{TABLEEND:OPPLINEITEMS}}