407-248-1481

QuoteWerks Knowledgebase Topic (Article ID 6225)

Formula - Append a currency symbol for a specific field

This information applies to :

Article ID
6225

Created/Updated
August 6, 2013

Category
Print Layouts


Are you using the most current release of QuoteWerks?
Version 24.0 Build 2
Issue:

I would like to append a currency symbol in front of a field, for example the Grand Total so that it appears in the following format:

USD$ xxx.xx (Subsitute the X's with numbers)

Solution:

Use the follwing formula:

"USD$ "+totext(documentheaders->grandtotal,2)
Note: you can subsitute the grand total field with any other field,

New Search