0

Last NL function not replicating

I have several NL functions that are nested in each other for this report.

In cell D3 I have NL("Rows","WorkOrders"…)
From that I get the work order number.

Then in cell N4 I have: NL("Rows","WorkOrderItems",{}…,"WorkOrderNumber",E3)
In order to get all of the ItemKeys for this WorkOrder

Then in cell Q5 I have: NL("Rows","WorkOrderSquawks",{}…,"ItemKey",O4)
In order to get all squawkkeys for all items for the original work order number

Then in cell W6 I have NL("Rows","WorkOrderSteps",{}…,"SquawkKey",R5)
In order to get all stepkeys of all steps for the given squawkkey.

Finally in cell AD7 I have NL("Rows","WorkOrderStepsBilling",{}…,"StepKey",X6)
In order to get all billing information about each given step.

My issue, is that the last NL function isn't being nested within the previous NL functions. All the rest of them are, but this one is appearing only once at the very bottom after all other NL functions. It's not even that it is returning blank data, I have changed the cell background to see where it was replicated and this last NL function is not being replicated at all.

2 comments

Please sign in to leave a comment.