Adding and Removing Currency Symbols in Advanced Template Fields
You can use a FreeMarker expression to add a currency symbol on an advanced template.
To add a currency symbol to an advanced template:
-
In the template editor, place the cursor in front of the field that represents a currency amount.
-
Enter
${record.currencysymbol}before the field label shown on the template:
You can use the a FreeMarker expression to remove a currency symbol from an advanced template, such as a check.
Use the remove currency format: ${nsformat_number(number|string)}. For more information, see FreeMarker Formatting Method