Conga Product Documentation

Welcome to the new doc site. Some of your old bookmarks will no longer work. Please use the search bar to find your desired topic.

download

TableHide in Word

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

Note: 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}}

Values

DatasetName is the name of the dataset from the Template Builder window.

Notes

The 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}}

Quantity

Total Price

{{TABLESTART:OPPLINEITEMS}}{{OPPORTUNITY_LINEITEM_PRODUCTNAME}}

{{OPPORTUNITY_LINEITEM_QUANTITY}}

{{OPPORTUNITY_LINEITEM_TOTALPRICE}}{{TABLEEND:OPPLINEITEMS}}