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.

Show Page Sections

download

TableList in Word

You can display a column from the report or query as a list of values, separated by a punctuation mark you specify. TableList fields may be included within paragraphs.

TableList

Syntax

{{TableList:DatasetName:FieldName:Punctuation}}

Values

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

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

Punctuation is the punctuation mark that will separate values.

Notes

You may not use a quote (") or colon (:) as the punctuation value.

Duplicate values are removed from the list automatically.

TableList does not work in conjunction with TableGroupStart/TableGroupEnd.

TableList does not work in conjunction with Nested SOQL Query Datasets.

Usage

For a list separated by commas, place a comma before the double braces:

Attendees are {{TableList:Contacts:First_Name:,}}

On merge, the field values are separated by a comma.

Attendees are Rose, Sean, Pablo.