Hi, I ran the export transaction data package, and in my output file there Company, Account, and Signeddata. Is there a way to suppress the rows, so that I only see one row for a given company/account combination?
For example, the output file now shows:
Company A, Account A, 500.000
Company A, Account A, 1000.000
I'd like it to show
Company A, Acount A, 1500.000
Thanks,
Kevin