When using the AUTOSUM(ABOVE) or SUM(ABOVE) functions to total an international currency field that dynamically formats currency with the
currency culture parameter within an IF statement, the merged total amount displays in the running user's currency (determined by their locale), as opposed to the value determined by the currency culture parameter. A workaround for this scenario is building a Salesforce formula field that converts the international currency field's value into a number value. Then use an aggregated SUM query for that formula field and use the
\# Currency picture switch in the merge field added to the template.