0

Need help with "Link=" Statement

I need to correlate sales to our manufacturing lines so I can calculate $/min of operation.

The Sales Invoice Line has all the data I need, <i>except</i> the Workcenter Code (which line produced the part). Here's my function:

=NL("Rows","Sales Invoice Line",+"Product Group Code","Product Group Code","<>@@","Salesperson Code",Support!$D$5,"Posting Date",Support!$D$3,"Link=","Sales Invoice Header","No.","=Document No.","Link=","Prod. Order Line","Sales Order No.","=Order No.","Workcenter Code",B9)

Sitting in the sheet, I get a return from Jet of a Product Group Code. When I run the report, though, it chugs forever and finally barfs. Do I need to link the Line Numbers together to get this to work?

3 comments

Please sign in to leave a comment.