Report with multiple tables problem
I would like to print a report summary for a customer.
Tables involved are :
CUSTOMER
ORDERS
INVOICES
PAYMENTS
in the header of the report I display CUSTOMER DATA (work fine)
I send only data from 1 customer through the dataset.
in Detail section I display ORDERS DATA (work fine)
to display INVOICES and PAYMENTS data I need to create 2 new section Detail but when I put field inside and run the full report it is empty !!!
Links between all table are correct I have the CustomerKey in all tables and they are linked all to Customer.
Is there a other way to do that ?
Thanks,
Sebastien.