407-248-1481

QuoteWerks Knowledgebase Topic (Article ID 5923)

Print Layouts - How to handle optional items

This information applies to :

Article ID
5923

Created/Updated
April 20, 2004

Category
Print Layouts


Are you using the most current release of QuoteWerks?
Version 24.0 Build 2
Question:
How can I write a formula to make optional items stand out, so my customer knows the item is optional?

Solution:
You can replace the ExtendedPrice field with a formula similar to:

.if.DocumentItems->&LineAttributeOption.then."".else."$"+totext(DocumentItems->ExtendedPrice,2)

OR

.if.DocumentItems->&LineAttributeOption.then."Optional".else."$"+totext(DocumentItems->ExtendedPrice,2)

New Search