Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Order vs Deliveries vs Pending with Back date query

Hi,

I have a table Orders which contains the Orders and it's lines with QTY, I have separate table Invoices which contains the order reference delivery date and delivered qty. For 1 order line  there are multiple deliveries of partial order qty.Problem I am facing is when i load with reference to both the tables than as soon as i select the delivery date order qty is limited to the orders that are referenced via those delivery dates.

I want to show the total Order QTY with Order date selection separately and in front the delivered qty to be shown based on the delivery date selection

Help will be highly appreciated or point towards relevant posts thanks.

MJ

2 Replies
maxgro
MVP
MVP

if I understand

Sum({$<OrderLink=P(OrderLink),[INV Date]=>} InvQty)

Not applicable
Author

Thanks Massimo for prompt response, let me try to illustrate the requirement below

Raising Questions.jpg