407-248-1481

QuoteWerks Knowledgebase Topic (Article ID 6612)

Print Layouts - How do I show the individual quantity for a Group or Bundle Item/member without parenthesis?

This information applies to :

Article ID
6612

Created/Updated
November 6, 2018

Category


Are you using the most current release of QuoteWerks?
Version 24.0 Build 2
Question
How do I show the individual quantity for a Group or Bundle Item/member?

Answer
There is an INI setting that removes the Group member quantity in parenthesis when the quantity is greater than 1 like "(2) Speakers" when printing the document.

SET:SystemSettings:System:BundleItemQuantityDisplayFormat=1

You would then need to also create an additional detail section for Group Members that shows the individual Quantity:

Click the Deliver button at the top of QuoteWerks.

Select your layout and click Edit.

Go up to Section at the top and click New, then select Detail Section (it may say Detail Section 2 or 3). Click Ok.

Right click on the label for Detail Section 1 and left click on Filter.

Enter this for the filter:

.if..not.DocumentItems->&LineAttributeGroupMember

Click Ok, then right click on the new Detail Section (2 or 3) and click on Filter. Enter the following:

.if.DocumentItems->&LineAttributeGroupMember

In the new section, bring over all the same fields as you have in the main section, but instead of QtyTotal you will want to use the QtyBase field for the individual quantities.

New Search