0

Multiple links in NL Table function

I am trying to create a table that includes information from Item Ledger Entry, Item, Produce Type, and Produce Size. I can link to Item from Item Ledger Entry by joining the tables on Item No. I can link to Produce Type from Item by joining the tables on Produce Type Code. I have not figured out how to link to Produce Size from Item. I should be able to join the tables on Produce Size Code but I get an error when I try to use a second InclusiveLink back to Item. The error states that the link must be to the previous link (which is Produce Type) or to the table in the NL function (which is Item Ledger Entry).

How do I link two different tables to the Item table in a NL Table function over Item Ledger Entry?

3 comments

Please sign in to leave a comment.