The Detail Data Conditional TableHide is a merge field comprised of four elements and allows a table to be hidden if the detail data field referenced contains a particular value. The Detail Data Conditional TableHide evaluates the first row of data in the specified dataset. If the field specified contains the value, the table is hidden.

The Conditional TableHide is functional for detail data sets and will not work with master datasets. Use a Conditional TableHide with an Operator or an IF statement in Word to conditionally hide a table with a master data set.

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

This feature is not supported when using nested SOQL queries.

Syntax{{TableHide:Dataset:FieldName:Value}}
ValuesDatasetName is the name of the dataset from the Template Builder window.


FieldName
 is the name of the field from the Template Builder window.

Value is the value of the field that will force Composer® to hide the table.

NotesAny conditional TableHide using detail data will evaluate only the first row of data in the dataset. For best results, sort your report or query to ensure the appropriate record is returned as the first result.
Usage
Product{{TableHide:OPPLINEITEMS:PRODUCT_FAMILY:Misc.}}QuantityTotal Price
{{TABLESTART:OPPLINEITEMS}}{{OPPORTUNITY_LINEITEM_PRODUCTNAME}}{{OPPORTUNITY_LINEITEM_QUANTITY}}{{OPPORTUNITY_LINEITEM_TOTALPRICE}}{{TABLEEND:OPPLINEITEMS}}