You can perform mathematical operations on fields in any single table cell within an auto-generated table or on fields in a data-repeat block. Conga Collaborate only understands math operators within the context of auto-generated content, and as such all math expressions must be within [square brackets]. Operators that are supported are: + - * /

Examples:

  • To calculate Total Price: [ListPrice * Quantity]
  • To calculate sales tax: [SUM(TotalPrice) * .07]

As a best practice, Conga Collaborate does not recommend performing mathematical operations within Conga Collaborate itself if you are using a CRM. These calculations should be performed within the CRM and the results simply displayed in Conga Collaborate. This allows your CRM to be the source of truth for your data.

Here is an example pricing table that uses math expressions:

Product NameProduct FamilyPriceQuantityTotal Price
[PricebookEntry.Product2.Name][PricebookEntry.Product2.Family][UnitPrice][Quantity][UnitPrice * Quantity]

With preview turned on:

Product NameProduct FamilyPriceQuantityTotal Price
AppleFruit$5002$1,000
CarrotVegetable$2,0007$14,000
PearFruit$2,5004$10,000