tIf there is only ever one value in a column for a given date/accountno you could try this:
1. Group on Date and AccountNo.
2. Suppress the details section.
3. Put the data in the group header or footer.
4. Instead of using the fields for BillingCCY, BillingAmount, CCY, and Amount, use the Max() of each of the fields.
-Dell