Hi guys,
Just want to get an advice, if I want to create SSRS report in FO, a summary like, something like this :

As this is using different tables all together : SalesTable for the sales summary, InvoiceTable (custInvoiceJour) for the invoice summary, etc. In the making of the report it self, I understand I need to create temporary table. Should I create tables for each summary or to create 1 table to hold all those information ? Understand the columns are different.
So, what actually the best approach here ?
Thanks,