I am using CR 8.5 with Mas90 to send out a letter to all our custmers showing their payment history over the past 8 quarters.
The letter shows the individual payments in the detail section and the total in the group footer section.
In the group footer section used a conditional sum to show the total: sum([invoice.detail], [vendorhistory.contact])
Problem is for those customers that have multiple contacts it gives the incorrect total.
Example:
Detail Section
Invoice1 $100
Invoice2 $100
Invoice3 $100
Should show $300 in group section.
Instead it shows $600 because that customer has 2 contacts.
Any thoughts?
thanks.
davidmo
The letter shows the individual payments in the detail section and the total in the group footer section.
In the group footer section used a conditional sum to show the total: sum([invoice.detail], [vendorhistory.contact])
Problem is for those customers that have multiple contacts it gives the incorrect total.
Example:
Detail Section
Invoice1 $100
Invoice2 $100
Invoice3 $100
Should show $300 in group section.
Instead it shows $600 because that customer has 2 contacts.
Any thoughts?
thanks.
davidmo