AppExtremes Knowledgebase
Contact Us Today: +1 (866) 502-3334
Outside US/Can: +1 (303) 465-1616
 
Reset Search

 

Article

How to refine Conga Merge Fields with Parameters (Excel)

« Go Back

Information

 
Document TypeExcel
Answer

How to Refine Merge Fields with Parameters

 

You can tune Conga Composer’s behavior when merging to Excel with field parameters. Each of the following parameters may be appended to the end of a merge field within parentheses, separating each with a comma.

 

PARAMETER

DESCRIPTION

Numeric

Converts text data to numeric data, if possible.

 

After converting to numeric, you may apply numeric formatting to the field.

 

** Note: Since ReportData columns are retrieved as text values, this parameter can be particularly useful in converting a ReportData column value from text to numeric **

 

Example:

&=ReportData.AMOUNT(Numeric)

Horizontal

Writes data left-to-right, instead of top-to-bottom.

 

** Note: Applies to datasets with multiple rows of data, e.g., ReportData **

 

Example:

&=ReportData.CONTACT_LASTNAME(Horizontal)

Skip:n

Skip n number of rows for each row of data.

 

Example:

&=OppLineItems.OPPORTUNITY_LINEITEM_PRODUCTNAME(Skip:1)

Noadd

Do not add extra rows (or columns) to fit data, i.e., detail data is written to cells without adding new rows (or columns) during the merge process

 

Example:

&=OppLineItems.OPPORTUNITY_LINEITEM_PRODUCTNAME(Noadd)

Group:Normal

Groups the merge field values and displays the grouped value once per data group. Frequently accompanied by “Skip”.

 

See “FAQ: Grouping Data” for more details.

 

Example:

&= OppLineItems.OPPORTUNITY_LINEITEM_PRODUCTFAMILY(Group:Normal)

Group:Merge

Groups the merge field values and displays the grouped value once per data group. The cells in the group-by field for each group set are merged together. Frequently accompanied by “Skip”.

 

See “FAQ: Grouping Data” for more details.

 

Example:

&= OppLineItems.OPPORTUNITY_LINEITEM_PRODUCTFAMILY(Group:Merge)

 

SubtotalN:
GroupByColumn

Performs a summary operation for a specified field related to a grouped field. The summary action, determined by N, is in the range 1 through 10 (see table below). The GroupByColumn is the field on which the data is grouped (separately).

 

Requires:

  • A separate column in which the Group parameter has been utilized

 

N value choices:

1=AVERAGE

2=COUNT

3=COUNTA

4=MAX

5=MIN

6=PRODUCT

7=STDEV

8=STDEVP

9=SUM

10=VAR

 

See Excel’s help for more details about the Subtotal function.

 

Example:

&=OppLineItems.OPPORTUNITY_LINEITEM_SALESPRICE(Subtotal9:
OppLineItems.OPPORTUNITY_LINEITEM_PRODUCTFAMILY)

 

*** Note: Subtotal can be also used as an independent function ***

&=Subtotal9:OppLineItems.Product_Family

 

 

Example 1:

[image]Say we want to merge Opportunity Line Items on an Excel template. To merge them vertically (the typical method), your template would look like this:

[image] 

Assuming we have three items from the OppLineItems sheet, the output would look like this:

 

 


Example 2:

[image]To write data left-to-write, include the Horizontal parameter. In this example, the Product Names from an opportunity are written left-to-right.

&=ReportData. OPPORTUNITY_LINEITEM_PRODUCTNAME(Horizontal)

[image] 

The output after adding the Horizontal parameter would look like:

 

 

 

Example 3:

[image]Extending the previous example, say we want Opportunity Line Items (and Sales Price) to appear from left-to-right across a page. We’ve also included headers each product column (Product 1, Product 2 and Product 3). To prevent Conga Composer from inserting new columns, we’ve added the Noadd parameter:

&=ReportData. OPPORTUNITY_LINEITEM_PRODUCTNAME(Horizontal, Noadd)

[image] 

The output from this horizontal merge would look like:

 

 

 

 

 

Example 4:

The Skip:n parameter can be helpful when you want to insert alternating data on every other row (from fields containing multiple values).

 

[image]In this example, we’d like to have an Opportunity Line Item Product appear, then the Sales Price below the product, followed by another product and price, and so on.

 

Usually, the Noadd parameter accompanies the Skip:n parameter.

[image]

The output from this template would look like:

SourceDocumentation
ReleaseSummer 11
Previous MonthNext Month
SunMonTueWedThuFriSat
       
       
       
       
       
       

Feedback

 

Was this article helpful?


   

Your feedback is appreciated.

Please tell us how we can make this article more useful.

Characters Remaining: 255

 

Previous MonthNext Month
SunMonTueWedThuFriSat