How to join multiple tables and display a report

Hello Experts,

I have a parent child invoice tables as below:

Parent (Invoices)

Invoice IDInvoice DateCustomer ID

Child(InvoiceItems)

Invoice IDItem NoMaterial IDQuantityPrice

Is there a way to generate a slice or any other means so to display below information:

  • Get total quantities of each material which were invoiced between a date range.
  • Get total quantities of each material which were invoiced per customer.

Just like SQL, I am looking for a way to join two tables and carve out information from Child tables based on filter criteria from parent table. Also to sum child fields based on above selection.

0 2 87
2 REPLIES 2

How are looking to do this?  As a table in a report, a view or just to use the filtered table view?

may be with a view would be fine.

Top Labels in this Space