I have a Crystal Report where we want to format data for a single sales order where they **could** be up to three invoices.
They want to see:
Sales Order #, Ship To Name, Ship To State, PO #, Invoice #1 $, Invoice #2$, Invoice #3$
I'm able to get the report ok until it comes time to print the list of invoices horizontally.
I'm linking:
SO_SalesOrderHistoryHeader -> AR_InvoiceHistoryHeader ->AR_TransactionPaymentHistory
I'm stuck on how to get the list of up to three invoices to show to the right (horizontally) -- thoughts?