The Add $ field flag (flag number 32768) prints the currency symbol in front of the field and is most commonly used with currency fields.
When the Add $ field flag is enabled, the currency symbol is printed before the field.
In this example with the Add $ field flag enabled:
[INV:ListPrice] (Flag 32768 Add $)
The output looks like this:
$2.99
In this example with the Add$ field flag disabled:
[INV:ListPrice] (Flag 0)
The output looks like this:
2.99
Note: The default Currency Symbol is the dollar sign - $. The Currency Symbol may be changed on the Configuration Manager Global Parameters screen.
The Add $ field flag applies to both Reports and Labels.
See:
Report/Label Editor - Field Flags - All
Report/Label Editor Contents