Download page Formatting Currency Values on a Dynamic, Record-by-Record Basis.
Formatting Currency Values on a Dynamic, Record-by-Record Basis
Format currency values based on a field on a record. Let’s say we’re creating a quote from an Opportunity and we’d like format currency values based on a field in the Opportunity. Here’s how:
Create a picklist field on the Opportunity to contain the culture choices. Let’s call the field Culture. In this example, let’s use the following choices:
Insert the CurrencyCulture parameter into the Conga Composer URL: &CurrencyCulture={!Opportunity.Culture}
Format the currency fields in your Word template using the\# Currencypicture switch: { MERGEFIELD Opportunity_LineItem_SalesPrice \# Currency }
These settings would result in output such as:
Disable Wrap Text in cells that use Currency formatting to keep the value and the symbol on the same line: Table → Table Properties → Cell → Options → Uncheck Wrap Text.