30
Excel Template Guide
Example 1:
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:
Assuming we have three items from the
OppLineItems sheet, the output would
look like this:
Example 2:
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)
The output after adding the Horizontal
parameter would look like:
Example 3:
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)
The output from this horizontal merge
would look like:
© 2014 Conga Release 8 12