0

Many to One Follow-up

One to many link [RESOLVED]

by avrilhowes » Thu Jan 26, 2012 10:39 pm
I am trying to create a materials planning sheet, which lists BOM's.

I want to use the Item table as the primary table, linked to the BOM components table. The Item table has 2 filters:
- Bill of Materials = TRUE
- Reorder quantity >0

I link the component table, and select the fields Line no, No., Description, Quantity per

When I run the report, it only returns the first line of the BOM. How can I get Jet to give me all the BOM components?
avrilhowes

Posts: 6
Joined: Mon Sep 12, 2011 6:07 am
Top
Re: One to many link

by HPDeskJet » Fri Jan 27, 2012 2:53 pm
Whenever linking a header/summary and detail table together, the NL(Table) will include up to one row for each record in the primary table.

Thus, if you want to see detail information, you must add the detail table(s) first and the header/summary table (in this case the Item table) afterward.

In this way, you can get more than one line per Item.

-HP

New Question:

I share a similar problem as the earlier posting above. In building a sales commission report, I am trying to select all the Sales Invoice Line table transactions for documents that are filtered in part based on certain criteria in the Cust. Ledger Entry table including the Closed At Date field. If I add an Inclusive Link function linking the two tables through the Jet Report table function for the Sales Invoice Line table, then I get no records. I need the filtered Cust. Ledger Entry table Document No. field to provide the selected Sales Invoice Line document No. in the report.

So in reading the above advice to first "add the detail table" (which works fine), it's the "afterwards" part of adding the summary table that's not working. Could someone please provide some clarification?

2 comments

Please sign in to leave a comment.