407-248-1481

QuoteWerks Knowledgebase Topic (Article ID 5462)

Print Layouts - Formula - Show % profit margin for each line item

This information applies to :

Article ID
5462

Created/Updated
November 7, 2014

Category
Print Layouts


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

How do I display the profit margin for each line item?

Answer:

Add the following formula in the detail section 1:

.if.(documentitems->unitprice)<>0.then.((documentitems->unitprice-documentitems->unitcost)/documentitems->unitprice)*100.else.0


New Search