How To: Format Currency Values
Learn how to format currency amounts with symbols, separators, decimals, and related list columns.
Problem
Solution
${{!Opportunity.Amount format-number="#,###.##"}}€{{!Opportunity.Amount format-number="#.###,##"}}£{{!Opportunity.Amount format-number="#,###.##"}}In Related Lists
<!--{{!
<lineitems>
<listname>opportunitylineitems</listname>
<column>PricebookEntry.Product2.name</column>
<column prefix="$" format-number="#,###.##">unitprice</column>
<column>quantity</column>
<column prefix="$" format-number="#,###.##">totalprice</column>
</lineitems>
}}-->Tips
Last updated
Was this helpful?

